aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-07-04 05:39:50 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-07-04 05:39:50 +0000
commit860b4863a339413fe969d9cd8712e60b62f2ef4b (patch)
treeb257e9abce4a63c72bddfdcdb97fa60512883162
parent6515385ad3a3379759b3644ae0d7ecf4bababe2b (diff)
Notes
-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 f0e3352e72c2..8b922db86b66 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