squid: update to 6.13
[openadk.git] / package / empty / patches / patch-Makefile
blob9ee8da1404891255520075f94a33426ec5deffba
1 --- empty-0.6.19b.orig/Makefile 2012-09-19 13:22:42.000000000 +0200
2 +++ empty-0.6.19b/Makefile      2015-07-09 00:19:44.000000000 +0200
3 @@ -10,10 +10,10 @@
4  #
5  
6  
7 -CC =   gcc
8 +CC ?=  gcc
9  LIBS = -lutil
11 -PREFIX = /usr/local
12 +PREFIX = /usr
14  all:
15         ${CC} ${CFLAGS} -Wall ${LIBS} -o empty empty.c