Work around solaris rm lossage by using the same mode flags as the common rulesets.

Bug #188655 r=timeless
This commit is contained in:
seawood%netscape.com 2003-01-17 14:58:08 +00:00
parent f0f28b27cc
commit ee39dec53b

View File

@ -93,11 +93,11 @@ HEADERS += $(srcdir)/os2/dirent.h
endif
export:: $(TARGETS) $(HEADERS)
$(INSTALL) -m 444 $(HEADERS) $(DIST)/include
$(INSTALL) $(IFLAGS1) $(HEADERS) $(DIST)/include
$(PERL) -I$(MOZILLA_DIR)/config $(MOZILLA_DIR)/config/build-list.pl $(PUBLIC)/.headerlist $(HEADERS)
-rm -f $(FINAL_LINK_COMPS) $(FINAL_LINK_LIBS) $(FINAL_LINK_COMP_NAMES)
-rm -f $(DIST)/bin/chrome/chromelist.txt
$(NSINSTALL) -t -m 444 $(DEPTH)/mozilla-config.h $(DIST)/sdk/
$(NSINSTALL) -t $(IFLAGS1) $(DEPTH)/mozilla-config.h $(DIST)/sdk/
# Create mini-SDK directory for NSPR