diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-09-15 21:45:22 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-09-15 21:45:22 +0000 |
commit | 13dba7b5a8a992121070a74f6b071cb824a6d601 (patch) | |
tree | 6d63b9133c654db42c527012712de2ad14dcd165 /usr.bin/pcc | |
parent | 4401f1296736cb22b591548a4e2c7b8749af99ee (diff) |
cleanup some files generated in obj
Diffstat (limited to 'usr.bin/pcc')
-rw-r--r-- | usr.bin/pcc/cc/ccom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/pcc/cc/ccom/Makefile b/usr.bin/pcc/cc/ccom/Makefile index f173c40bfa4..cc3ddb0a12d 100644 --- a/usr.bin/pcc/cc/ccom/Makefile +++ b/usr.bin/pcc/cc/ccom/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2007/09/15 21:41:00 otto Exp $ +# $OpenBSD: Makefile,v 1.3 2007/09/15 21:45:21 otto Exp $ # # Makefile for the cpp part of pcc. # @@ -8,6 +8,7 @@ BINDIR= ${PREFIX}/libexec MANDIR= ${PREFIX}/share/man/man TARGOS= openbsd TARGMACH= x86 +CLEANFILES= external.h external.c mkext cgram.h CFLAGS+= -DPCC_DEBUG -DGCC_COMPAT CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Werror |