aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/db/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/db/test/Makefile')
-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