aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/powernowd/files/fix-makefile.patch
blob: f17a53974445e0d8d534630f97ed0876db34e9e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- /tmp/Makefile	2005-10-18 19:11:58.513569480 +0200
+++ powernowd-0.96/Makefile	2005-10-18 19:12:37.132698480 +0200
@@ -4,7 +4,7 @@
 all: powernow
 
 powernow:
-	gcc -O2 -Wall -o powernowd powernowd.c
+	${CC} -O2 -Wall -o powernowd powernowd.c
 
 install:
 	install -m 755 powernowd /usr/sbin