Change obsolete $@ to ${.TARGET}.

This commit is contained in:
Warner Losh 1998-09-11 05:31:45 +00:00
parent 77740e7e34
commit df196cc87c

View File

@ -12,7 +12,7 @@ OORG= -g
CFLAGS= -D__DBINTERFACE_PRIVATE -DDEBUG ${STAT} ${OORG} ${INC}
dbtest: ${OBJS} ${PORTDIR}/libdb.a
${CC} -o $@ ${OBJS} ${PORTDIR}/libdb.a
${CC} -o ${.TARGET} ${OBJS} ${PORTDIR}/libdb.a
strerror.o: ${PORTDIR}/clib/strerror.c
${CC} -c ${PORTDIR}/clib/strerror.c