From 63059b0266a8b74428d2832eae3806a804b431da Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 19 Dec 2008 04:46:10 +0100 Subject: [PATCH] xbps-digest doesn't need to be linked to proplib. --HG-- extra : convert_revision : 6b99784c1c0a0669da5fe8ece36eb5bc434cbc61 --- utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Makefile b/utils/Makefile index 28a764c8b46..1fab7130b14 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -15,7 +15,7 @@ xbps-digest: xbps-digest.o $(CC) $(CFLAGS) -c $@ xbps_digest: xbps-digest.o sha256_digest.o - $(CC) $(LDFLAGS) -o xbps-digest xbps-digest.o sha256_digest.o + $(CC) -o xbps-digest xbps-digest.o sha256_digest.o xbps-pkgdb: $(CC) $(CFLAGS) -c $@