From 3d851670e95bcf11c87bfc85e740bab5fc4195a2 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Sun, 14 Nov 2004 01:56:07 +0000 Subject: Avoid mangling configure.in on incomplete changelog --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') 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 -- cgit v1.2.3