diff options
Diffstat (limited to 'usr.bin/pcc/cc')
-rw-r--r-- | usr.bin/pcc/cc/ccom/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/pcc/cc/ccom/Makefile b/usr.bin/pcc/cc/ccom/Makefile index e8b6c490f27..fdbaa232881 100644 --- a/usr.bin/pcc/cc/ccom/Makefile +++ b/usr.bin/pcc/cc/ccom/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2007/09/17 07:20:49 todd Exp $ +# $OpenBSD: Makefile,v 1.7 2007/09/18 10:12:10 otto Exp $ # # Makefile for the cpp part of pcc. # @@ -30,11 +30,13 @@ cgram.c: cgram.y mv y.tab.c cgram.c mv y.tab.h cgram.h -external.h external.c: mkext.c table.c common.c +mkext: mkext.c table.c common.c $(CC) $(CPPFLAGS) $(CFLAGS) -DMKEXT -o mkext \ ${.CURDIR}/../../mip/mkext.c \ ${.CURDIR}/../../arch/${TARGMACH}/table.c \ ${.CURDIR}/../../mip/common.c + +external.h external.c: mkext ./mkext pass2.h: external.h |