summaryrefslogtreecommitdiff
path: root/package/empty/patches/patch-Makefile
blob: 9ee8da1404891255520075f94a33426ec5deffba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- empty-0.6.19b.orig/Makefile	2012-09-19 13:22:42.000000000 +0200
+++ empty-0.6.19b/Makefile	2015-07-09 00:19:44.000000000 +0200
@@ -10,10 +10,10 @@
 #
 
 
-CC =	gcc
+CC ?=	gcc
 LIBS =	-lutil
 
-PREFIX = /usr/local
+PREFIX = /usr
 
 all:
 	${CC} ${CFLAGS} -Wall ${LIBS} -o empty empty.c