From c7a9e224dcec208ed47e2dac84f9dc971a3fdf2c Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 12 Nov 2008 10:42:42 +0000 Subject: [PATCH] added dependency builder define --- Makefile.common.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common.in b/Makefile.common.in index 3ab2870..f879212 100755 --- a/Makefile.common.in +++ b/Makefile.common.in @@ -8,6 +8,7 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs # compiling DEFS=@DEFS@ INCLUDES= +DEP=@CC@ -MM $(DEFS) $(INCLUDES) @CPPFLAGS@ C=@CC@ -c $(DEFS) $(INCLUDES) @CPPFLAGS@ @CFLAGS@ CC=@CXX@ -c $(DEFS) $(INCLUDES) @CPPFLAGS@ @CXXFLAGS@ L=@CC@ $(DEFS) -- 1.7.10.4