Bug 639257 - Typo in installer/packager.mk, trying to remove "$(RM) -rf". r=Mitch

This commit is contained in:
Peter Annema 2011-03-08 14:59:17 +11:00
parent 0b02d21584
commit 584ac440da

View File

@ -501,7 +501,7 @@ ifndef UNIVERSAL_BINARY
# If UNIVERSAL_BINARY, the package will be made from an already-prepared
# STAGEPATH
ifdef MOZ_PKG_MANIFEST
$(RM) -rf $(DIST)/xpt $(RM) -rf $(DIST)/manifests
$(RM) -rf $(DIST)/xpt $(DIST)/manifests
$(call PACKAGER_COPY, "$(call core_abspath,$(DIST))",\
"$(call core_abspath,$(DIST)/$(MOZ_PKG_DIR))", \
"$(MOZ_PKG_MANIFEST)", "$(PKGCP_OS)", 1, 0, 1)