blob: daea1d2e8202d13865e701b6cde193053c98be33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- libhash/Makefile Wed Aug 13 16:31:55 2003
+++ libhash/Makefile.patch Sat Aug 16 01:52:22 2003
@@ -7,7 +7,7 @@
SRC = hash.c
OBJ = hash.o
-CFLAGS = -Wall -g3 -Iinclude -I../libelfsh/include/ -I../elfsh/include/ -DELFSH_INTERN
+CFLAGS += -Wall -g3 -Iinclude -I../libelfsh/include/ -I../elfsh/include/ -DELFSH_INTERN
CC = gcc
AR = ar rc
RANLIB = ranlib
|