From 58910bbdd133e97d0ea2d2c75dec70f99d5e7520 Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Sat, 15 Dec 2001 09:53:28 +0000 Subject: [PATCH] Fix bug of package being created multiple times by only creating the package during the libs phase (still requires BUILD_OFFICIAL=1) and making libs the default target. git-svn-id: svn://10.0.0.236/trunk@110537 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpinstall/packager/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/xpinstall/packager/Makefile.in b/mozilla/xpinstall/packager/Makefile.in index 760b1fb9946..ad810856538 100644 --- a/mozilla/xpinstall/packager/Makefile.in +++ b/mozilla/xpinstall/packager/Makefile.in @@ -91,6 +91,8 @@ EXCLUDE_LIST = \ $(DIST)/bin/viewer \ $(NULL) +libs:: $(TARGETS) + include $(topsrcdir)/config/rules.mk GARBAGE += $(DIST)/$(PACKAGE) $(PACKAGE) @@ -112,8 +114,6 @@ MOZILLA_BIN = $(DIST)/bin/mozilla$(BIN_SUFFIX) OSPACKAGE = os2 endif -all export libs:: $(TARGETS) - $(PACKAGE): $(MOZILLA_BIN) @rm -rf $(DIST)/$(MOZ_PKG_APPNAME) $(DIST)/$(PKG_BASENAME).tar $@ $(EXCLUDE_LIST) # NOTE: this must be a cp now that dist links into the tree so that we