From e0c46049df467742a040a7b1d709c49e56bf3a94 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 2 Jan 2007 21:29:11 +0000 Subject: (svn r7768) -Fix (r7765): use $(MAKE) instead of make in the debian rules. --- os/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os') diff --git a/os/debian/rules b/os/debian/rules index f5647ab12..72878daf8 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 -- cgit v1.2.3-54-g00ecf