diff options
Diffstat (limited to 'usr.bin/pcc/ccom/Makefile.inc')
-rw-r--r-- | usr.bin/pcc/ccom/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/pcc/ccom/Makefile.inc b/usr.bin/pcc/ccom/Makefile.inc index c08dff221d9..f0f0608d934 100644 --- a/usr.bin/pcc/ccom/Makefile.inc +++ b/usr.bin/pcc/ccom/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.1 2007/10/07 17:58:51 otto Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2007/10/07 18:34:41 otto Exp $ # # Makefile for the ccom part of pcc. # @@ -41,5 +41,7 @@ mkext: mkext.c table.c common.c external.h external.c: mkext ./mkext +pftn.o: cgram.c + cleandepend: rm -f .depend ${.CURDIR}/tags cgram.h |