diff options
Diffstat (limited to 'benchmarks/libmicro/files/patch-Makefile')
-rw-r--r-- | benchmarks/libmicro/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/libmicro/files/patch-Makefile b/benchmarks/libmicro/files/patch-Makefile new file mode 100644 index 000000000000..450e5a1e511a --- /dev/null +++ b/benchmarks/libmicro/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Sat Aug 6 14:07:26 2005 ++++ Makefile Sat Aug 6 14:07:43 2005 +@@ -67,7 +67,7 @@ + wrapper \ + README + +-default $(ALL) run cstyle lint tattle: $(BINS) ++all $(ALL) run cstyle lint tattle: $(BINS) + @chmod +x bench multiview + @mkdir -p bin-`uname -m`; cd bin-`uname -m`; MACH=`uname -m` $(MAKE) -f ../Makefile.`uname -s` $@ + |