diff options
author | marcel <marcel@FreeBSD.org> | 2012-08-22 19:25:57 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2012-08-22 19:25:57 +0000 |
commit | 9dd41e3647df728006e0749ac139cfeb773c3873 (patch) | |
tree | cd79e2918968cd4506cfed6dbf7f1829c11aa985 /gnu/usr.bin/cc/cc_int/Makefile | |
parent | cf2de346b025671794fb9ccead67d707250e0584 (diff) | |
download | FreeBSD-src-9dd41e3647df728006e0749ac139cfeb773c3873.zip FreeBSD-src-9dd41e3647df728006e0749ac139cfeb773c3873.tar.gz |
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
Requested by: Simon Gerraty <sjg@juniper.net>
Diffstat (limited to 'gnu/usr.bin/cc/cc_int/Makefile')
-rw-r--r-- | gnu/usr.bin/cc/cc_int/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile index 7082c3e..e623107 100644 --- a/gnu/usr.bin/cc/cc_int/Makefile +++ b/gnu/usr.bin/cc/cc_int/Makefile @@ -98,4 +98,6 @@ SRCS+= ${OBJS-all:R:S/$/.c/g} toplev.o: toplev.c ${CC} ${CFLAGS} -DTARGET_NAME=\"${GCC_TARGET}\" -c ${.IMPSRC} +CLEANFILES+= ${OBJS-all} + .include <bsd.lib.mk> |