From c5e1a8edb98fe0cf5ad3f75044bfbf8aaa841c77 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Fri, 15 Jun 2007 09:35:26 +0000 Subject: [PATCH] - fix parallel build --- slang-2.1.0-makefile.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/slang-2.1.0-makefile.patch b/slang-2.1.0-makefile.patch index 255e739..f234dd4 100644 --- a/slang-2.1.0-makefile.patch +++ b/slang-2.1.0-makefile.patch @@ -53,3 +53,13 @@ @echo "" @echo $(ELFLIB_MAJOR_MINOR) created in $(DEST_LIBDIR). @echo The links $(ELFLIB) and $(ELFLIB_MAJOR) to $(ELFLIB_MAJOR_MINOR) were also created. +--- slang-2.1.0/autoconf/Makefile.in.makefile 2007-05-28 23:02:29.000000000 +0200 ++++ slang-2.1.0/autoconf/Makefile.in 2007-06-15 11:26:44.000000000 +0200 +@@ -18,7 +18,6 @@ help: + @echo "make check : Build the library and run the regression tests" + static: Makefile + cd src; $(MAKE) static +- cd slsh; $(MAKE) all + elf: Makefile + cd src; $(MAKE) elf + cd slsh; $(MAKE) all