(svn r7768) -Fix (r7765): use $(MAKE) instead of make in the debian rules.

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
rubidium 18 years ago
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…
Cancel
Save