From: Matt Zimmerman Date: Sun, 14 Nov 2004 01:56:07 +0000 (+0000) Subject: Avoid mangling configure.in on incomplete changelog X-Git-Tag: 0.7.24ubuntu1~408 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/3d851670e95bcf11c87bfc85e740bab5fc4195a2 Avoid mangling configure.in on incomplete changelog --- diff --git a/debian/rules b/debian/rules index 6e744b0a2..a4d826de5 100755 --- a/debian/rules +++ b/debian/rules @@ -58,9 +58,11 @@ endif # Rebuild configure.in to have the correct version from the change log ifneq ($(APT_DEBVER),$(APT_CONFVER)) +ifneq ($(APT_DEBVER),) .PHONY: configure.in configure.in: sed -e 's/$(APT_CONFVER)/$(APT_DEBVER)/' $@ > $@.$$$$ && mv $@.$$$$ $@ +fi else configure.in: endif