diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/db/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/db/test/Makefile b/lib/libc/db/test/Makefile index a5dd08a..7ea5302 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 |