Skip to content

Commit

Permalink
Bug 1427455 - Remove unused variables from baseconfig.mk. r=froydnj
Browse files Browse the repository at this point in the history
Bug 1333826 removed their use.

--HG--
extra : rebase_source : 485de0d94f6f349b2c7ac0364b29ce9f5673e944
  • Loading branch information
glandium committed Dec 31, 2017
1 parent 8aafa10 commit 3d82836
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/baseconfig.mk
Expand Up @@ -2,10 +2,7 @@
# directly in python/mozbuild/mozbuild/base.py for gmake validation.
# We thus use INCLUDED_AUTOCONF_MK to enable/disable some parts depending
# whether a normal build is happening or whether the check is running.
includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
ifeq (.,$(DEPTH))
DIST = dist
else
Expand Down

0 comments on commit 3d82836

Please sign in to comment.