aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/maemo
diff options
context:
space:
mode:
authorTarek Soliman2016-02-09 22:32:44 -0600
committerTarek Soliman2016-02-09 22:38:04 -0600
commitd61e365956838669decd5c4c7d59c036e8a26510 (patch)
tree00a36f54bbefc7dc4c1a5aeb2ba5d044beb39b95 /backends/platform/maemo
parent1e560fd23465fabebe5d873e529a67aa421ab9d7 (diff)
downloadscummvm-rg350-d61e365956838669decd5c4c7d59c036e8a26510.tar.gz
scummvm-rg350-d61e365956838669decd5c4c7d59c036e8a26510.tar.bz2
scummvm-rg350-d61e365956838669decd5c4c7d59c036e8a26510.zip
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.
Diffstat (limited to 'backends/platform/maemo')
-rwxr-xr-xbackends/platform/maemo/debian/rules4
1 files changed, 2 insertions, 2 deletions
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