* When building a Debian package, make the "configure" file depend on "configure.ac" and "autogen.sh"

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2918 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2007-12-01 12:03:22 +00:00
parent d36f393179
commit eb083a515f
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -38,7 +38,7 @@ endif
pngtopnm $< | pnmscale -xysize 32 32 | ppmtoxpm -alphamask $@.alpha > $@
$(RM) $@.alpha
configure:
configure: configure.ac autogen.sh
sh autogen.sh
config.status: configure