summaryrefslogtreecommitdiff
path: root/dev-libs/xxhash/files/xxhash-0.6.5-do-not-compile-xxhash.o-twice.patch
blob: dcbc8c32dec92bedd9fe8527b6c966a59d1da604 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@
 all: lib xxhsum xxhsum_inlinedXXH
 
 xxhsum32: CFLAGS += -m32
-xxhsum xxhsum32: xxhash.c xxhsum.c
+xxhsum xxhsum32: xxhash.o xxhsum.c
 	$(CC) $(FLAGS) $^ -o $@$(EXT)
 
 .PHONY: xxhsum_and_links