diff --git a/Makefile.in b/Makefile.in index e26134160..60cee8484 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,7 +20,7 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ -SUBDIRS = man lib tools +SUBDIRS = include man lib tools include make.tmpl diff --git a/configure b/configure index c8248b226..0b6c08567 100755 --- a/configure +++ b/configure @@ -2155,6 +2155,7 @@ ac_given_INSTALL="$INSTALL" trap 'rm -fr `echo "\ Makefile \ make.tmpl \ +include/Makefile \ lib/Makefile \ man/Makefile \ tools/Makefile \ @@ -2249,6 +2250,7 @@ cat >> $CONFIG_STATUS < $@; \ + $(CC) -MM $(INCLUDES) $< | \ + sed "s/\(.*\)\.o[ :]*/$$FILE.o $$FILE.d : $(INC_LNS) /g" > $@; \ [ -s $@ ] || $(RM) $@ clean: $(SUBDIRS.clean)