blob: c3af87b6333d9eb9f53a339c43c21056a5c60f34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- libhash/Makefile.orig 2003-08-21 01:11:03 UTC
+++ libhash/Makefile
@@ -7,8 +7,8 @@
SRC = hash.c
OBJ = hash.o
-CFLAGS = -Wall -g3 -Iinclude -I../libelfsh/include/ -I../elfsh/include/ -DELFSH_INTERN
-CC = gcc
+CFLAGS += -Wall -g3 -Iinclude -I../libelfsh/include/ -I../elfsh/include/ -DELFSH_INTERN
+CC ?= gcc
AR = ar rc
RANLIB = ranlib
NAME = libhashelfsh
|