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

Bug #188655 r=timeless


git-svn-id: svn://10.0.0.236/trunk@136528 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com 2003-01-17 14:58:08 +00:00
parent 54e1bf0c48
commit 2dbeadd1ca

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