patches/ELFkickers/2.0a/100-use_CC_not_gcc.patch
changeset 3325 069f43a215cc
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/ELFkickers/2.0a/100-use_CC_not_gcc.patch	Wed Jun 25 23:33:01 2014 +0200
     1.3 @@ -0,0 +1,12 @@
     1.4 +diff -dur ELFkickers.orig/sstrip/Makefile ELFkickers/sstrip/Makefile
     1.5 +--- ELFkickers.orig/sstrip/Makefile	2001-03-24 12:58:27.000000000 +0100
     1.6 ++++ ELFkickers/sstrip/Makefile	2007-05-31 21:17:18.000000000 +0200
     1.7 +@@ -1,7 +1,7 @@
     1.8 + #  Makefile for sstrip
     1.9 + 
    1.10 + sstrip: sstrip.c
    1.11 +-	gcc -ggdb -Wall -W -o sstrip sstrip.c
    1.12 ++	$(CC) -Wall -W -o sstrip sstrip.c
    1.13 + 
    1.14 + clean:
    1.15 + 	rm -f sstrip