mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-21 22:53:19 +00:00
(svn r7768) -Fix (r7765): use $(MAKE) instead of make in the debian rules.
This commit is contained in:
parent
e13f5c19c1
commit
6e4f855993
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user