Browse Source

Avoid mangling configure.in on incomplete changelog

Matt Zimmerman 21 years ago
parent
commit
3d851670e9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      debian/rules

+ 2 - 0
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