--- iptables-1.4.0/Rules.make 2007-01-23 15:50:01.000000000 +0300 +++ iptables-1.4.0.1/Rules.make 2008-01-11 19:32:09.000000000 +0300 @@ -27,6 +27,7 @@ rm -f $(DEPFILES) $(EXTRA_DEPENDS) .makefirst $(SHARED_LIBS:%.so=%.d): %.d: %.c + @echo "Generating dependency: $@" @-$(CC) -M -MG $(CFLAGS) $< | \ sed -e 's@^.*\.o:@$*.d $*_sh.o:@' > $@ @@ -34,6 +35,7 @@ $(CC) -shared $(EXT_LDFLAGS) -o $@ $< $(SHARED_SE_LIBS:%.so=%.d): %.d: %.c + @echo "Generating dependency: $@" @-$(CC) -M -MG $(CFLAGS) $< | \ sed -e 's@^.*\.o:@$*.d $*_sh.o:@' > $@ @@ -44,7 +46,7 @@ $(CC) $(SH_CFLAGS) -o $@ -c $< .makefirst: - @echo Making dependencies: please wait... + @echo Making dependencies: please wait... $(KERNEL_DIR) @touch .makefirst # This is useful for when dependencies completely screwed