1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-28 08:59:09 +00:00

(svn r14645) -Fix [FS#2431]: Debian packaging rules could use a non-existing makefile target when rerunning it with dpkg-buildpackage

This commit is contained in:
rubidium
2008-11-30 18:45:44 +00:00
parent 25ec47e2ac
commit d3da60f01d

View File

@@ -36,7 +36,7 @@ clean:
# We check for Makefile presence, because clean is called at the
# start of the build process (before configure) where we don't
# have a Makefile yet.
[ ! -f Makefile ] || $(MAKE) distclean
[ ! -f Makefile ] || $(MAKE) mrproper
dh_clean