From adf4996686c09051a66332f26111cdee84fac653 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 23 Aug 2007 11:42:41 +0000 Subject: [PATCH] - fix parallel build, again --- slang-2.1.0-makefile.patch | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/slang-2.1.0-makefile.patch b/slang-2.1.0-makefile.patch index f234dd4..2c640b9 100644 --- a/slang-2.1.0-makefile.patch +++ b/slang-2.1.0-makefile.patch @@ -55,11 +55,13 @@ @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: +@@ -18,8 +18,7 @@ help: @echo "make check : Build the library and run the regression tests" static: Makefile cd src; $(MAKE) static - cd slsh; $(MAKE) all - elf: Makefile +-elf: Makefile ++elf: Makefile static cd src; $(MAKE) elf cd slsh; $(MAKE) all + cd modules; $(MAKE) all