Backing out the last changes to these files since they caused redness on tinderbox...

This commit is contained in:
jst%netscape.com 2000-09-09 09:26:19 +00:00
parent ef2e163089
commit 1c8abb9416
2 changed files with 4 additions and 4 deletions

View File

@ -57,9 +57,9 @@ include $(topsrcdir)/config/rules.mk
GARBAGE += viewSource.xul.out
viewSource.xul.out: viewSource.xul $(DEPTH)/config/build_number
$(INSTALL) $(srcdir)/viewSource.xul $@
cp $(srcdir)/viewSource.xul $@
$(PERL) $(topsrcdir)/config/aboutime.pl $@ $(DEPTH)/config/build_number
install:: viewSource.xul.out
$(INSTALL) viewSource.xul.out $(CHROME_DIST)/$(CHROME_CONTENT_DIR)/viewSource.xul
cp viewSource.xul.out $(CHROME_DIST)/$(CHROME_CONTENT_DIR)/viewSource.xul

View File

@ -46,9 +46,9 @@ include $(topsrcdir)/config/rules.mk
GARBAGE += navigator.dtd.out
navigator.dtd.out: navigator.dtd $(DEPTH)/config/build_number
$(INSTALL) $(srcdir)/navigator.dtd $@
cp $(srcdir)/navigator.dtd $@
$(PERL) $(topsrcdir)/config/aboutime.pl $@ $(DEPTH)/config/build_number
install:: navigator.dtd.out
$(INSTALL) navigator.dtd.out $(CHROME_DIST)/$(CHROME_L10N_DIR)/navigator.dtd
cp navigator.dtd.out $(CHROME_DIST)/$(CHROME_L10N_DIR)/navigator.dtd