[Midnightbsd-cvs] src [9190] trunk/gnu/usr.bin/cc/cc_int/Makefile: cleanup after ourselves
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Oct 17 09:05:56 EDT 2016
Revision: 9190
http://svnweb.midnightbsd.org/src/?rev=9190
Author: laffer1
Date: 2016-10-17 09:05:56 -0400 (Mon, 17 Oct 2016)
Log Message:
-----------
cleanup after ourselves
Modified Paths:
--------------
trunk/gnu/usr.bin/cc/cc_int/Makefile
Modified: trunk/gnu/usr.bin/cc/cc_int/Makefile
===================================================================
--- trunk/gnu/usr.bin/cc/cc_int/Makefile 2016-10-17 13:04:37 UTC (rev 9189)
+++ trunk/gnu/usr.bin/cc/cc_int/Makefile 2016-10-17 13:05:56 UTC (rev 9190)
@@ -103,4 +103,7 @@
toplev.o: toplev.c
${CC} ${CFLAGS} -DTARGET_NAME=\"${GCC_TARGET}\" -c ${.IMPSRC}
+# make sure we don't find .o's in ../cc_tools/
+CLEANFILES+= ${OBJS-all}
+
.include <bsd.lib.mk>
More information about the Midnightbsd-cvs
mailing list