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.
This commit is contained in:
Tarek Soliman 2016-02-09 22:32:44 -06:00
parent 1e560fd234
commit d61e365956

View file

@ -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