diff --git a/mozilla/security/nss/pkg/solaris/Makefile b/mozilla/security/nss/pkg/solaris/Makefile index 00bff62bd0d..d7e0b8bd871 100644 --- a/mozilla/security/nss/pkg/solaris/Makefile +++ b/mozilla/security/nss/pkg/solaris/Makefile @@ -2,7 +2,7 @@ # Copyright 2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "$Id: Makefile,v 1.2 2002-10-02 23:11:25 kirk.erickson%sun.com Exp $" +#ident "$Id: Makefile,v 1.2.2.1 2002-11-11 20:29:04 kirk.erickson%sun.com Exp $" # CORE_DEPTH = ../../.. @@ -33,15 +33,15 @@ endif include Makefile.com -awk_pkginfo: bld_awk_pkginfo +awk_pkginfo-$MACH): bld_awk_pkginfo ./bld_awk_pkginfo -m $(MACH) -p "$(PRODUCT_VERSION)" -o $@ -v $(PRODUCT_VERSION) -all:: awk_pkginfo $(PROTO) -publish: awk_pkginfo $(PROTO) +all:: awk_pkginfo-$(MACH) $(PROTO) +publish: awk_pkginfo-$(MACH) $(PROTO) +$(LOOP_OVER_DIRS) clean clobber:: - $(RM) awk_pkginfo bld_awk_pkginfo + $(RM) awk_pkginfo-$(MACH) bld_awk_pkginfo $(RM) -r $(ROOT) $(ROOT) $(ROOT)/%: diff --git a/mozilla/security/nss/pkg/solaris/Makefile.targ b/mozilla/security/nss/pkg/solaris/Makefile.targ index 1932f929ea5..4d76946e785 100644 --- a/mozilla/security/nss/pkg/solaris/Makefile.targ +++ b/mozilla/security/nss/pkg/solaris/Makefile.targ @@ -2,11 +2,11 @@ # Copyright 2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "$Id: Makefile.targ,v 1.2.2.1 2002-10-26 18:07:45 kirk.erickson%sun.com Exp $" +#ident "$Id: Makefile.targ,v 1.2.2.2 2002-11-11 20:29:05 kirk.erickson%sun.com Exp $" # -pkginfo: pkginfo.tmpl ../awk_pkginfo - $(RM) $@; nawk -f ../awk_pkginfo $@.tmpl > $@ +pkginfo: pkginfo.tmpl ../awk_pkginfo-$(MACH) + $(RM) $@; nawk -f ../awk_pkginfo-$(MACH) $@.tmpl > $@ pkg: $(PKGARCHIVE) pkgmk -f prototype_$(MACH) -d $(PKGARCHIVE) -r $(ROOT) -o $(PACKAGE)