aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/db
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1998-09-11 05:31:45 +0000
committerWarner Losh <imp@FreeBSD.org>1998-09-11 05:31:45 +0000
commitdf196cc87cda3b132e1bd148cc94f4022d840d8b (patch)
tree0ed71fca9c63cddbc7479632ba94ea19236bcec8 /lib/libc/db
parent77740e7e347f5bfbf2531ceb70f77f3ff260a39e (diff)
downloadsrc-df196cc87cda3b132e1bd148cc94f4022d840d8b.tar.gz
src-df196cc87cda3b132e1bd148cc94f4022d840d8b.zip
Change obsolete $@ to ${.TARGET}.
Notes
Notes: svn path=/head/; revision=39059
Diffstat (limited to 'lib/libc/db')
-rw-r--r--lib/libc/db/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/db/test/Makefile b/lib/libc/db/test/Makefile
index a5dd08ae58b8..7ea53028e101 100644
--- a/lib/libc/db/test/Makefile
+++ b/lib/libc/db/test/Makefile
@@ -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