Skip to content

Commit

Permalink
Revert "Bug 1427455 - Remove unused variables from baseconfig.mk. r=f…
Browse files Browse the repository at this point in the history
…roydnj"

This reverts commit 3d82836.
  • Loading branch information
rainemak committed Aug 19, 2020
1 parent d46e8e1 commit e8825be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/baseconfig.mk
Expand Up @@ -2,7 +2,10 @@
# 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 e8825be

Please sign in to comment.