summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-03-15 05:13:53 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-03-15 05:13:53 +0000
commit10f16f0fe2151e027132717c63a82a3a203e1cc2 (patch)
tree26c4f409fba1829e3aaa9f4c03f2f33831078bad
parent51b62b5a6f10fac44cb389704f414b3011ba48fc (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