summaryrefslogtreecommitdiffstats
path: root/webbrowser/installer/Makefile.in
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2020-04-20 21:51:13 -0700
committerThomas Groman <tgroman@nuegia.net>2020-04-20 21:51:13 -0700
commit0aa54a6b9135406fffcf52f43f69f8fbb5cdb19f (patch)
tree8e92855ca319d80b5a226e3343b97c2b4473a846 /webbrowser/installer/Makefile.in
parentc51a3327b19aadbbc4467263c715d585aef3ca79 (diff)
downloadwebbrowser-0aa54a6b9135406fffcf52f43f69f8fbb5cdb19f.tar
webbrowser-0aa54a6b9135406fffcf52f43f69f8fbb5cdb19f.tar.gz
webbrowser-0aa54a6b9135406fffcf52f43f69f8fbb5cdb19f.tar.lz
webbrowser-0aa54a6b9135406fffcf52f43f69f8fbb5cdb19f.tar.xz
webbrowser-0aa54a6b9135406fffcf52f43f69f8fbb5cdb19f.zip
make webbrowser build with comm configuration and remove more Windows cruft
Diffstat (limited to 'webbrowser/installer/Makefile.in')
-rw-r--r--webbrowser/installer/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/webbrowser/installer/Makefile.in b/webbrowser/installer/Makefile.in
index 22d4679..5b09df2 100644
--- a/webbrowser/installer/Makefile.in
+++ b/webbrowser/installer/Makefile.in
@@ -108,8 +108,8 @@ ifndef LIBXUL_SDK
INSTALL_SDK = 1
endif
-include $(topsrcdir)/toolkit/mozapps/installer/signing.mk
-include $(topsrcdir)/toolkit/mozapps/installer/packager-uxp.mk
+include $(MOZILLA_SRCDIR)/toolkit/mozapps/installer/signing.mk
+include $(MOZILLA_SRCDIR)/toolkit/mozapps/installer/packager-uxp.mk
ifeq (bundle, $(MOZ_FS_LAYOUT))
BINPATH = $(_BINPATH)
@@ -160,7 +160,7 @@ endif
# fail to produce a langpack. see PaleMoon bug 1255096
make-langpack:
ifeq (,$(filter FasterMake+RecursiveMake,$(BUILD_BACKENDS)))
- $(MAKE) -C $(DEPTH)/application/webbrowser/locales langpack
+ $(MAKE) -C $(DEPTH)/webbrowser/locales langpack
else
@echo WARNING: "Language Pack was not generated due to using the hybrid FasterMake/RecursiveMake backend." >&2
endif