configure: fixed LDFLAGS passing, added -Wno-write-strings
[swftools.git] / Makefile.common.in
old mode 100755 (executable)
new mode 100644 (file)
index 3ab2870..f879212
@@ -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)