From: Arnaud Giersch Date: Tue, 21 Dec 2010 16:01:47 +0000 (+0100) Subject: Fix an error about misc_autogen.h that is not found. X-Git-Tag: v0.1~215 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/4b1551933104a6764eec30774b92737cda2d8097?ds=inline Fix an error about misc_autogen.h that is not found. --- diff --git a/Makefile b/Makefile index c5202cf..d206ab4 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ LDFLAGS += -Wl,-rpath,$(SIMGRID_INSTALL_DIR)/lib LINK.o = $(CXX) $(LDFLAGS) $(TARGET_ARCH) LDLIBS := -lsimgrid -MAKEDEPEND.FLAGS = $(CPPFLAGS) -MM -MF $@ $< +MAKEDEPEND.FLAGS = $(CPPFLAGS) -MM -MG -MF $@ $< MAKEDEPEND.C = $(CC) $(MAKEDEPEND.FLAGS) MAKEDEPEND.CXX = $(CXX) $(MAKEDEPEND.FLAGS)