mirror of https://github.com/OpenTTD/OpenTTD
(svn r7768) -Fix (r7765): use $(MAKE) instead of make in the debian rules.
parent
e13f5c19c1
commit
6e4f855993
|
@ -23,7 +23,7 @@ build-stamp:
|
||||||
# Add here commands to compile the package.
|
# 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
|
./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
|
#/usr/bin/docbook-to-man debian/openttd.sgml > openttd.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue