Skip to content

Commit

Permalink
MAEMO: Add configure and make extra args env vars
Browse files Browse the repository at this point in the history
This allows running "make -j4" and similar as part of dpkg-buildpackage
without editing the makefile.
  • Loading branch information
tsoliman committed Feb 10, 2016
1 parent 478c0c6 commit 236bd69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backends/platform/maemo/debian/rules
Expand Up @@ -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
Expand Down

0 comments on commit 236bd69

Please sign in to comment.