added dependency builder define
authorkramm <kramm>
Wed, 12 Nov 2008 10:42:42 +0000 (10:42 +0000)
committerkramm <kramm>
Wed, 12 Nov 2008 10:42:42 +0000 (10:42 +0000)
Makefile.common.in

index 3ab2870..f879212 100755 (executable)
@@ -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)