*** empty log message ***

This commit is contained in:
neeti%netscape.com 1999-09-17 23:28:56 +00:00
parent f8a226db72
commit 7609c24c5b
2 changed files with 4 additions and 4 deletions

View File

@ -954,13 +954,13 @@ export:: $(EXPORTS) $(PUBLIC)
endif
################################################################################
# Copy each element of PREF_JS_EXPORTS to $(DIST)/bin/components
# Copy each element of PREF_JS_EXPORTS to $(DIST)/bin/defaults/pref
ifneq ($(PREF_JS_EXPORTS),)
$(DIST)/bin/components::
$(DIST)/bin/defaults/pref::
@if test ! -d $@; then echo Creating $@; rm -rf $@; $(NSINSTALL) -D $@; else true; fi
export:: $(PREF_JS_EXPORTS) $(DIST)/bin/components
export:: $(PREF_JS_EXPORTS) $(DIST)/bin/defaults/pref
$(INSTALL) -m 444 $^
endif

View File

@ -25,5 +25,5 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
install::
$(INSTALL) $(srcdir)/bookmarks.html $(DIST)/bin/defaults
$(INSTALL) $(srcdir)/bookmarks.html $(DIST)/bin/defaults/profile