summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-03-15 05:13:53 +0000
committerobrien <obrien@FreeBSD.org>2000-03-15 05:13:53 +0000
commite573ed6d85fabc8418a5a7283abecfb4025dfbfd (patch)
tree24234d5c6a7ff2ec142ced1a6a3e762a932ac23a /gnu
parent288c5bf6e8c62176dfe5c8a22a216f58b5c6d225 (diff)
downloadFreeBSD-src-e573ed6d85fabc8418a5a7283abecfb4025dfbfd.zip
FreeBSD-src-e573ed6d85fabc8418a5a7283abecfb4025dfbfd.tar.gz
Make the build-tools objects weirder named so one can tell there is
something special going on here.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/f771/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/f771/Makefile b/gnu/usr.bin/cc/f771/Makefile
index f0e3352..8b922db 100644
--- a/gnu/usr.bin/cc/f771/Makefile
+++ b/gnu/usr.bin/cc/f771/Makefile
@@ -19,15 +19,15 @@ LDADD= ${LIBCC_INT}
build-tools: fini
-# The use of ``proj-BT.o'' is to get around bogus dependacy information
+# The use of ``proj+%BT.o'' is to get around bogus dependacy information
# created for build-tools sources.
-fini: fini.o proj-BT.o
+fini: fini.o proj+%BT.o
${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
-proj-BT.o: proj.c
+proj+%BT.o: proj.c
${CC} ${CFLAGS} -o ${.TARGET} -c ${.ALLSRC}
-CLEANFILES+= fini fini.o proj-BT.o
+CLEANFILES+= fini fini.o proj+%BT.o
#-----------------------------------------------------------------------
# str-* gunk
OpenPOWER on IntegriCloud