diff options
Diffstat (limited to 'sys-process/bcron/files/bcron-0.09-fix-parallel-build.patch')
-rw-r--r-- | sys-process/bcron/files/bcron-0.09-fix-parallel-build.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sys-process/bcron/files/bcron-0.09-fix-parallel-build.patch b/sys-process/bcron/files/bcron-0.09-fix-parallel-build.patch deleted file mode 100644 index 987b302abe4f..000000000000 --- a/sys-process/bcron/files/bcron-0.09-fix-parallel-build.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.orig 2010-01-14 15:39:07.000000000 +0100 -+++ Makefile 2010-01-14 15:39:40.000000000 +0100 -@@ -96,14 +96,14 @@ - ./load insthier -lbg-installer -lbg - mv insthier installer - --instcheck: load insthier.o -+instcheck: load insthier.o installer instshow - ./load insthier -lbg-instcheck -lbg - mv insthier instcheck - - insthier.o: compile insthier.c conf_bin.c - ./compile insthier.c - --instshow: load insthier.o -+instshow: load insthier.o installer - ./load insthier -lbg-instshow -lbg - mv insthier instshow - |