diff options
Diffstat (limited to 'webbrowser/installer/Makefile.in')
-rw-r--r-- | webbrowser/installer/Makefile.in | 6 |
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 |