diff options
| -rw-r--r-- | gnu/usr.bin/cc/f771/Makefile | 8 |
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 |
