From 0aa54a6b9135406fffcf52f43f69f8fbb5cdb19f Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Mon, 20 Apr 2020 21:51:13 -0700 Subject: make webbrowser build with comm configuration and remove more Windows cruft --- webbrowser/installer/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'webbrowser/installer/Makefile.in') 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 -- cgit v1.2.3