diff options
author | rubidium <rubidium@openttd.org> | 2007-01-02 21:29:11 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-01-02 21:29:11 +0000 |
commit | e0c46049df467742a040a7b1d709c49e56bf3a94 (patch) | |
tree | bbd50eaedbc73b2a9a161b29b91dcd7c88b892f8 /os/debian | |
parent | 9db571c6db28e1e0b8051f0fff5f8a258a600630 (diff) | |
download | openttd-e0c46049df467742a040a7b1d709c49e56bf3a94.tar.xz |
(svn r7768) -Fix (r7765): use $(MAKE) instead of make in the debian rules.
Diffstat (limited to 'os/debian')
-rwxr-xr-x | os/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |