diff options
Diffstat (limited to 'benchmarks/rawio/files/patch-ab')
-rw-r--r-- | benchmarks/rawio/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/rawio/files/patch-ab b/benchmarks/rawio/files/patch-ab new file mode 100644 index 000000000000..666a2e692b5d --- /dev/null +++ b/benchmarks/rawio/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.orig Sat Jan 22 03:00:58 2000 ++++ Makefile Sat Jan 22 03:01:04 2000 +@@ -12,7 +12,7 @@ + ${CC} ${CFLAGS} $@.c -o $@ + + randoms.h: mkrandom +- mkrandom > $@ ++ ./mkrandom > $@ + clean: + rm -f *~ rawio mkrandom *.o + |