From 10f16f0fe2151e027132717c63a82a3a203e1cc2 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 15 Mar 2000 05:13:53 +0000 Subject: Make the build-tools objects weirder named so one can tell there is something special going on here. --- gnu/usr.bin/cc/f771/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/cc/f771/Makefile b/gnu/usr.bin/cc/f771/Makefile index f0e3352e72c2e..8b922db86b660 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 -- cgit v1.3