2011-03-18 21:44:35 +01:00
|
|
|
diff -ru powertop-1.13/Makefile powertop-1.13.new/Makefile
|
|
|
|
--- powertop-1.13/Makefile
|
|
|
|
+++ powertop-1.13.new/Makefile
|
2011-10-13 10:47:58 +02:00
|
|
|
@@ -1,8 +1,8 @@
|
2011-03-18 21:44:35 +01:00
|
|
|
VERSION = 1.13
|
|
|
|
|
|
|
|
-BINDIR=/usr/bin
|
|
|
|
-LOCALESDIR=/usr/share/locale
|
|
|
|
-MANDIR=/usr/share/man/man8
|
|
|
|
+BINDIR=${out}/bin
|
|
|
|
+LOCALESDIR=${out}/share/locale
|
|
|
|
+MANDIR=${out}/share/man/man8
|
2011-10-13 10:47:58 +02:00
|
|
|
WARNFLAGS=-Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int
|
2011-03-18 21:44:35 +01:00
|
|
|
CFLAGS?=-Os -g ${WARNFLAGS}
|
|
|
|
CC?=gcc
|