From 0cffc06e3108fb22eea27427792fbf9aee1fb2bd Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Fri, 10 Sep 2004 01:56:34 +0000 Subject: [PATCH] install simple.xulapp last git-svn-id: svn://10.0.0.236/trunk@162041 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xulrunner/examples/simple/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/xulrunner/examples/simple/Makefile.in b/mozilla/xulrunner/examples/simple/Makefile.in index 4b61f35448f..581bfdd733b 100644 --- a/mozilla/xulrunner/examples/simple/Makefile.in +++ b/mozilla/xulrunner/examples/simple/Makefile.in @@ -75,10 +75,6 @@ BUILD_ID=`date +%""Y%""m%d%H` # install stuff # -libs:: $(APPNAME).xulapp - $(EXIT_ON_ERROR) \ - cat $< | sed 's|BUILD_ID|'`date +%Y%m%d%H`'|' > $(DIST)/bin/apps/$(APPNAME)/$(APPNAME).xulapp - libs:: $(CONTENT) $(INSTALL) $^ $(DIST)/bin/apps/$(APPNAME)/chrome/content/$(APPNAME) echo 'content,profile,url,resource://app/chrome/content/simple/' > $(DIST)/bin/apps/$(APPNAME)/chrome/installed-chrome.txt @@ -88,3 +84,7 @@ libs:: $(ICONS) libs:: $(PREFS) $(INSTALL) $^ $(DIST)/bin/apps/$(APPNAME)/defaults/pref + +libs:: $(APPNAME).xulapp + $(EXIT_ON_ERROR) \ + cat $< | sed 's|BUILD_ID|'`date +%Y%m%d%H`'|' > $(DIST)/bin/apps/$(APPNAME)/$(APPNAME).xulapp