diff options
Diffstat (limited to 'benchmarks/forkbomb/files/patch-Makefile')
-rw-r--r-- | benchmarks/forkbomb/files/patch-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/benchmarks/forkbomb/files/patch-Makefile b/benchmarks/forkbomb/files/patch-Makefile deleted file mode 100644 index 89899088deb3..000000000000 --- a/benchmarks/forkbomb/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Thu Jan 29 14:10:22 2004 -+++ Makefile Thu Jan 29 14:10:51 2004 -@@ -16,7 +16,7 @@ - install -m 444 forkbomb.8 $(DESTDIR)$(PREFIX)/man/man8 - - forkbomb: forkbomb.c Makefile -- ${CC} $(CFLAGS) $(LDFLAGS) -o forkbomb forkbomb.c $(LIBS) -+ ${CC} $(CFLAGS) ${CPPFLAGS} $(LDFLAGS) -o forkbomb forkbomb.c $(LIBS) - - clean: - rm -f *.o forkbomb *~ *core tags |