Make the build-tools objects weirder named so one can tell there is

something special going on here.
This commit is contained in:
David E. O'Brien 2000-03-15 05:13:53 +00:00
parent 51b62b5a6f
commit 10f16f0fe2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58086

View file

@ -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