summaryrefslogtreecommitdiff
path: root/benchmarks/lmbench/files/patch-src_Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--benchmarks/lmbench/files/patch-src_Makefile (renamed from benchmarks/lmbench/files/patch-src__Makefile)8
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/lmbench/files/patch-src__Makefile b/benchmarks/lmbench/files/patch-src_Makefile
index 48ff7b456476..7ade943755eb 100644
--- a/benchmarks/lmbench/files/patch-src__Makefile
+++ b/benchmarks/lmbench/files/patch-src_Makefile
@@ -1,6 +1,6 @@
---- ./src/Makefile.orig 2009-06-25 14:38:24.000000000 -0400
-+++ ./src/Makefile 2009-06-25 14:38:41.000000000 -0400
-@@ -146,7 +146,7 @@
+--- src/Makefile.orig 2007-04-10 12:16:49 UTC
++++ src/Makefile
+@@ -146,7 +146,7 @@ install-target:
cp $(EXES) $(BASE)/bin
cp $(INCS) $(BASE)/include
cp $O/lmbench.a $(BASE)/lib/libmbench.a
@@ -9,7 +9,7 @@
# No special handling for all these
-@@ -239,7 +239,7 @@
+@@ -239,7 +239,7 @@ $O/getopt.o : getopt.c $(INCS)
$(COMPILE) -c getopt.c -o $O/getopt.o
$(UTILS) :