From 6e4f855993c8cb15172498b7f67095bd840f487d Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 2 Jan 2007 21:29:11 +0000 Subject: [PATCH] (svn r7768) -Fix (r7765): use $(MAKE) instead of make in the debian rules. --- os/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/debian/rules b/os/debian/rules index f5647ab12b..72878daf8d 100755 --- a/os/debian/rules +++ b/os/debian/rules @@ -23,7 +23,7 @@ build-stamp: # Add here commands to compile the package. ./configure --prefix-dir=/usr --binary-dir=games --data-dir=share/games/openttd --icon-dir=share/pixmaps --personal-dir=.openttd --enable-install --install-dir=debian/openttd - make + $(MAKE) #/usr/bin/docbook-to-man debian/openttd.sgml > openttd.1