+Sun May 19 18:48:39 CDT 2002 Adam Heath <doogie@debian.org>
+
+ * debian/rules: Fix overzealous running of autoheader for every build.
+
Sun May 19 06:05:24 CDT 2002 Adam Heath <doogie@debian.org>
* configure.in: Split out the -W*-prototype warnings into separate
configure: configure.in aclocal.m4
autoconf
-config.h.in: configure.in
+$(BUILD)/stamp.config.h.in: configure.in
+ install -d $(@D)
autoheader
+ touch $@
# Setup the buildlocation
-$(BUILD)/configure-stamp: configure config.h.in
+$(BUILD)/configure-stamp: configure $(BUILD)/stamp.config.h.in
$(checkdir)
install -d $(@D)
cd $(@D) && LDFLAGS=$(LDFLAGS) $(CURDIR)/configure \