(svn r7768) -Fix (r7765): use $(MAKE) instead of make in the debian rules.
authorrubidium
Tue, 02 Jan 2007 21:29:11 +0000
changeset 5735 274956d7bcac
parent 5734 3f0df7edf4f1
child 5736 e54edfb4577a
(svn r7768) -Fix (r7765): use $(MAKE) instead of make in the debian rules.
os/debian/rules
--- a/os/debian/rules	Tue Jan 02 21:27:28 2007 +0000
+++ b/os/debian/rules	Tue Jan 02 21:29:11 2007 +0000
@@ -23,7 +23,7 @@
 	# 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