diff options
Diffstat (limited to 'recipes/lmbench/lmbench-2.0.4/exe.patch')
-rw-r--r-- | recipes/lmbench/lmbench-2.0.4/exe.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/lmbench/lmbench-2.0.4/exe.patch b/recipes/lmbench/lmbench-2.0.4/exe.patch new file mode 100644 index 0000000000..3db7085366 --- /dev/null +++ b/recipes/lmbench/lmbench-2.0.4/exe.patch @@ -0,0 +1,13 @@ +--- lmbench-2.0.4.old/src/Makefile 2003-01-13 06:24:22.000000000 -0500 ++++ lmbench-2.0.4/src/Makefile 2004-05-12 18:14:16.000000000 -0400 +@@ -116,7 +116,9 @@ + + + # No special handling for all these +-all: $(EXES) bk.ver ++all: exe bk.ver ++ ++exe: $(EXES) + + Wall: + @env CFLAGS="-Wall -ansi" MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" ../scripts/build all |