X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=Makefile.common.in;h=f879212cb5a0b899efaba02cc6d4f7fd2d108c40;hp=3ab2870d66ac74b880adcec7016a73ee411198b3;hb=c7a9e224dcec208ed47e2dac84f9dc971a3fdf2c;hpb=7611558b7ae91a57b3cc12d75262e8330c84952a 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)