- fix parallel build

This commit is contained in:
Miroslav Lichvar 2007-06-15 09:35:26 +00:00
parent 64d97db853
commit c5e1a8edb9

View File

@ -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