Update of /cvsroot/devil-linux/build
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8634
Modified Files:
Makefile.prepare
Log Message:
libtool needs a more recent m4 version first
Index: Makefile.prepare
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.prepare,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile.prepare 6 Oct 2015 00:59:14 -0000 1.11
+++ Makefile.prepare 17 Oct 2015 15:04:25 -0000 1.12
@@ -13,8 +13,8 @@
GROUP_06 := binutils
GROUP_07 := gmp mpfr mpc ppl cloog-ppl
GROUP_08 := gcc-pass1 glibc gcc-4
-GROUP_09 := libtool
-GROUP_10 := m4 autoconf bison nasm
+GROUP_09 := libtool m4
+GROUP_10 := autoconf bison nasm
GROUP_11 := automake gettext
GROUP_X := flex Python pkgconfig libusb bc
# End of dependencies
@@ -29,11 +29,11 @@
gcc-4: | glibc
-libtool: | $(GROUP_08)
+libtool: | $(GROUP_08) m4
-autoconf: | $(GROUP_09) m4
+autoconf: | $(GROUP_09)
-m4: | $(GROUP_09)
+m4: | $(GROUP_08)
bison: | $(GROUP_09)
|