diff options
author | Josh Boyer <jwboyer@redhat.com> | 2012-07-30 09:33:20 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2012-07-30 09:33:20 -0400 |
commit | af258da073d70ddb69fcaf62b667c40ee70950e3 (patch) | |
tree | 2478a9398752c2d4d69fa0b0fc8525023e5fcd27 /power-x86-destdir.patch | |
parent | 2855840b265a3fd22df360fc39be0a71d713b45f (diff) | |
download | kernel-af258da073d70ddb69fcaf62b667c40ee70950e3.tar.gz kernel-af258da073d70ddb69fcaf62b667c40ee70950e3.tar.xz kernel-af258da073d70ddb69fcaf62b667c40ee70950e3.zip |
Fixup patches
Diffstat (limited to 'power-x86-destdir.patch')
-rw-r--r-- | power-x86-destdir.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/power-x86-destdir.patch b/power-x86-destdir.patch index 5fb48ac13..97665314f 100644 --- a/power-x86-destdir.patch +++ b/power-x86-destdir.patch @@ -1,13 +1,14 @@ diff --git a/tools/power/x86/turbostat/Makefile b/tools/power/x86/turbostat/Makefile -index fd8e1f1..7af5e8c 100644 +index f856495..984cc00 100644 --- a/tools/power/x86/turbostat/Makefile +++ b/tools/power/x86/turbostat/Makefile -@@ -1,8 +1,10 @@ +@@ -1,3 +1,5 @@ +DESTDIR ?= + turbostat : turbostat.c + CFLAGS += -Wall - clean : +@@ -5,5 +7,5 @@ clean : rm -f turbostat install : |