From d61e365956838669decd5c4c7d59c036e8a26510 Mon Sep 17 00:00:00 2001 From: Tarek Soliman Date: Tue, 9 Feb 2016 22:32:44 -0600 Subject: MAEMO: Add configure and make extra args env vars This allows running "make -j4" and similar as part of dpkg-buildpackage without editing the makefile. --- backends/platform/maemo/debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends') diff --git a/backends/platform/maemo/debian/rules b/backends/platform/maemo/debian/rules index 70f52aac8f..0e72c8aa9a 100755 --- a/backends/platform/maemo/debian/rules +++ b/backends/platform/maemo/debian/rules @@ -6,8 +6,8 @@ build: scummvm scummvm: dh_testdir - ./configure --host=maemo - $(MAKE) + ./configure --host=maemo $(CONFIGURE_EXTRA_ARGS) + $(MAKE) $(MAKE_EXTRA_ARGS) clean: dh_testdir -- cgit v1.2.3