diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-11-21 03:46:02 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-11-21 03:46:02 +0100 |
commit | f9041c386c2193c7d669691927261e0fd7608e3e (patch) | |
tree | 73f4ae89a6a16748d06b3b3d188307b9215ba19c /Makefile.in | |
parent | 6788b92e15889beb151baf2b8ca8719f6ea38481 (diff) |
oops, we still need the ?=, of course
Change-Id: Ifa3e6639a5fdbd58e99fe3f1feadc009ddcee880
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 749ec8ee6ab9..d0183332906b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -49,7 +49,7 @@ gb_Side ?= host include $(BUILDDIR)/config_$(gb_Side).mk -export GMAKE_OPTIONS:=-r$(if $(verbose)$(VERBOSE),,s)$(value $(MAKEFLAGS)) +export GMAKE_OPTIONS?=-r$(if $(verbose)$(VERBOSE),,s)$(value $(MAKEFLAGS)) # # Partial Build |