Fixed building on platforms that do not have gmake

This commit is contained in:
slidedraw
2002-10-26 22:00:20 +00:00
parent 915ae2005e
commit 65b8d2fdc0
4 changed files with 12 additions and 12 deletions

View File

@@ -111,7 +111,7 @@ all: all-redirect
.SUFFIXES:
.SUFFIXES: .S .c .o .s
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps cole/Makefile
cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps cole/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \