summaryrefslogtreecommitdiff
path: root/package/cpufrequtils/patches/patch-bench_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-26 21:45:23 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-26 21:45:23 +0200
commit60b165e59e044e595b59ec8b6f0ad1dc741ac26d (patch)
tree91d3f2271e0f1317d0bd09d426894024bc7459c7 /package/cpufrequtils/patches/patch-bench_Makefile
parent06b3c25fea4145aae350fc569fb368b0c353ac04 (diff)
update to latest upstream version, remove already upstream committed patches
Diffstat (limited to 'package/cpufrequtils/patches/patch-bench_Makefile')
-rw-r--r--package/cpufrequtils/patches/patch-bench_Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/package/cpufrequtils/patches/patch-bench_Makefile b/package/cpufrequtils/patches/patch-bench_Makefile
deleted file mode 100644
index d0b5769a7..000000000
--- a/package/cpufrequtils/patches/patch-bench_Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
---- cpufrequtils-007.orig/bench/Makefile 2010-01-16 14:47:44.000000000 +0100
-+++ cpufrequtils-007/bench/Makefile 2010-02-11 20:32:30.000000000 +0100
-@@ -1,4 +1,4 @@
--LIBS = -L../.libs/ -lm -lcpufreq
-+LIBS = -L../ -lm -lcpufreq
-
- OBJS = main.o parse.o system.o benchmark.o
- CFLAGS += -D_GNU_SOURCE -I../lib -DDEFAULT_CONFIG_FILE=\"$(confdir)/cpufreq-bench.conf\"