diff options
Diffstat (limited to 'sys-apps/ucspi-unix/files/ucspi-unix-0.36-fix-parallel-build.patch')
-rw-r--r-- | sys-apps/ucspi-unix/files/ucspi-unix-0.36-fix-parallel-build.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-apps/ucspi-unix/files/ucspi-unix-0.36-fix-parallel-build.patch b/sys-apps/ucspi-unix/files/ucspi-unix-0.36-fix-parallel-build.patch new file mode 100644 index 000000000000..94fc07cb0022 --- /dev/null +++ b/sys-apps/ucspi-unix/files/ucspi-unix-0.36-fix-parallel-build.patch @@ -0,0 +1,19 @@ +--- Makefile.orig 2010-01-14 14:42:14.000000000 +0100 ++++ Makefile 2010-01-14 14:42:42.000000000 +0100 +@@ -41,14 +41,14 @@ + ./load insthier -linstaller + mv insthier installer + +-instcheck: load insthier.o ++instcheck: load insthier.o installer instshow + ./load insthier -linstcheck + mv insthier instcheck + + insthier.o: compile insthier.c conf_bin.c conf_man.c + ./compile insthier.c + +-instshow: load insthier.o ++instshow: load insthier.o installer + ./load insthier -linstshow + mv insthier instshow + |