diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-10-21 17:36:08 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-10-21 21:28:50 +0200 |
commit | 1bee4434affbf6d53379079b7b3b4c618b8a8aaa (patch) | |
tree | a2c7a8c800ff53ee2d67efcae991b687b7b8b69f /solenv | |
parent | c1880048af06a72e1eca7641c1ddc25fbba53bcd (diff) |
SetupLocal is gone, also fix unbalanced endif
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/BuildDirs.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/solenv/gbuild/BuildDirs.mk b/solenv/gbuild/BuildDirs.mk index ad2fa51065e9..9802a6130849 100644 --- a/solenv/gbuild/BuildDirs.mk +++ b/solenv/gbuild/BuildDirs.mk @@ -35,13 +35,7 @@ ifeq ($(strip $(WORKDIR)),) $(error WORKDIR variable is empty, no environment set, aborting) endif -# Override for SetupLocal -ifneq ($(and $(gb_LOCALBUILDDIR),$(wildcard $(gb_LOCALBUILDDIR)/SetupLocal.mk)),) -include $(gb_LOCALBUILDDIR)/SetupLocal.mk -endif - SRCDIR := $(SOLARSRC) -endif # HACK # unixify windoze paths |