xbps-digest doesn't need to be linked to proplib.
--HG-- extra : convert_revision : 6b99784c1c0a0669da5fe8ece36eb5bc434cbc61
This commit is contained in:
parent
b4662e94c2
commit
63059b0266
|
@ -15,7 +15,7 @@ xbps-digest: xbps-digest.o
|
||||||
$(CC) $(CFLAGS) -c $@
|
$(CC) $(CFLAGS) -c $@
|
||||||
|
|
||||||
xbps_digest: xbps-digest.o sha256_digest.o
|
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:
|
xbps-pkgdb:
|
||||||
$(CC) $(CFLAGS) -c $@
|
$(CC) $(CFLAGS) -c $@
|
||||||
|
|
Loading…
Reference in New Issue