diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-15 01:05:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-15 01:05:26 +0000 |
commit | 4d9f8c52b75b9d03de2389ab48f706643c4b7c7b (patch) | |
tree | f0d01d286b46db433bd78503704ecd90f1e86ec7 /usr.bin/pcc/ccom | |
parent | 8a85eaf9c4bb1ab831fbbccb617d6e7696d5a9ac (diff) |
prettier when running make depend (just tabs and spaces)
Diffstat (limited to 'usr.bin/pcc/ccom')
-rw-r--r-- | usr.bin/pcc/ccom/Makefile.inc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/pcc/ccom/Makefile.inc b/usr.bin/pcc/ccom/Makefile.inc index f0f0608d934..7d2c753c340 100644 --- a/usr.bin/pcc/ccom/Makefile.inc +++ b/usr.bin/pcc/ccom/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 2007/10/07 18:34:41 otto Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2007/10/15 01:05:25 deraadt Exp $ # # Makefile for the ccom part of pcc. # @@ -33,10 +33,9 @@ cgram.c: cgram.y mv y.tab.h cgram.h mkext: mkext.c table.c common.c - $(CC) $(CPPFLAGS) $(CFLAGS) -DMKEXT -o mkext \ - ${.CURDIR}/../../mip/mkext.c \ - ${.CURDIR}/../../${TARGMACH}/table.c \ - ${.CURDIR}/../../mip/common.c + $(CC) $(CPPFLAGS) $(CFLAGS) -DMKEXT -o mkext \ + ${.CURDIR}/../../mip/mkext.c ${.CURDIR}/../../${TARGMACH}/table.c \ + ${.CURDIR}/../../mip/common.c external.h external.c: mkext ./mkext |