From dd4a8a36148faf75305e59a6946729f2e170efae Mon Sep 17 00:00:00 2001 From: "rginda%netscape.com" Date: Fri, 20 Jul 2001 23:47:11 +0000 Subject: [PATCH] fix regression in sample xul app git-svn-id: svn://10.0.0.236/trunk@99677 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/wizards/templates/xul-app/resources/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/tools/wizards/templates/xul-app/resources/Makefile.in b/mozilla/tools/wizards/templates/xul-app/resources/Makefile.in index 81c10147657..797e848dcff 100644 --- a/mozilla/tools/wizards/templates/xul-app/resources/Makefile.in +++ b/mozilla/tools/wizards/templates/xul-app/resources/Makefile.in @@ -9,7 +9,7 @@ include $(DEPTH)/config/autoconf.mk include $(topsrcdir)/config/rules.mk -chrome:: +install:: @$(REGCHROME) content ${app_name_short} ${jar_file_name} @$(REGCHROME) skin ${skin_name_short}/${app_name_short} ${jar_file_name} @$(REGCHROME) locale ${locale_name_short}/${app_name_short} ${jar_file_name}