mk/test.mk: no need to link to proplib anymore.

This commit is contained in:
Juan RP 2013-06-20 11:34:49 +02:00
parent 5642ca6cfc
commit 2b7d936118

View File

@ -30,5 +30,5 @@ uninstall:
$(TEST): $(OBJS)
@printf " [CCLD]\t\t$@\n"
${SILENT}$(CC) $^ $(CPPFLAGS) -L$(TOPDIR)/lib $(CFLAGS) \
$(PROG_CFLAGS) -lprop -lxbps -latf-c -o $@
$(PROG_CFLAGS) -lxbps -latf-c -o $@