X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=Makefile.in;h=3c4ae924d9e3f913ad5f6e8500a8e97df899fb73;hp=c0a6222b99b14a44a1b0eb1ad598bd1f1f5b029b;hb=0e646750a699f6dac806c7752c81d160c4f78987;hpb=3c35339bc4d3db033cc44558baf66c80e87fbd85 diff --git a/Makefile.in b/Makefile.in index c0a6222..3c4ae92 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ .PHONY: all clean realclean distclean dist install PACKAGE:=secnet -VERSION:=0.3.3 +VERSION:=0.3.4 @SET_MAKE@ @@ -37,7 +37,8 @@ CFLAGS:=-Wall @WRITESTRINGS@ @CFLAGS@ -Werror \ -Wmissing-declarations -Wnested-externs -Wredundant-decls \ -Wpointer-arith -Wformat=2 -Winit-self \ -Wswitch-enum -Wunused-variable -Wunused-function -Wbad-function-cast \ - -Wno-strict-aliasing -fno-strict-aliasing + -Wno-strict-aliasing -fno-strict-aliasing \ + -MMD ALL_CFLAGS:=@DEFS@ -I$(srcdir) -I. $(CFLAGS) $(EXTRA_CFLAGS) CPPFLAGS:=@CPPFLAGS@ $(EXTRA_CPPFLAGS) LDFLAGS:=@LDFLAGS@ $(EXTRA_LDFLAGS) @@ -106,12 +107,7 @@ config.status: configure SOURCES:=$(OBJECTS:.o=.c) $(TEST_OBJECTS:.o=.c) DEPENDS:=$(OBJECTS:.o=.d) $(TEST_OBJECTS:.o=.d) -$(DEPENDS): ${srcdir}/depend.sh - -%.d: %.c - ${srcdir}/depend.sh $(srcdir) $(CPPFLAGS) $(ALL_CFLAGS) $< > $@ - --include $(DEPENDS) +-include *.d # Manual dependencies section conffile.yy.c: conffile.fl conffile.tab.c