Skip to content

Commit

Permalink
remove unused install rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mykmelez committed Mar 15, 2012
1 parent 6b7a142 commit 0de4d74
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webapprt/Makefile.in
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ include $(topsrcdir)/config/rules.mk
libs:: prefs.js libs:: prefs.js
$(NSINSTALL) -D $(DIST)/bin/defaults/pref/webapprt@mozilla.org $(NSINSTALL) -D $(DIST)/bin/defaults/pref/webapprt@mozilla.org
$(INSTALL) $^ $(DIST)/bin/defaults/pref/webapprt@mozilla.org $(INSTALL) $^ $(DIST)/bin/defaults/pref/webapprt@mozilla.org
# XXX need install:: for prefs.js?


# XXX Factor out with copies in browser/app/profile/extensions/webapprtext@mozilla.org/Makefile.in and config/Makefile.in. # XXX Factor out with copies in browser/app/profile/extensions/webapprtext@mozilla.org/Makefile.in and config/Makefile.in.
ifdef LIBXUL_SDK ifdef LIBXUL_SDK
Expand All @@ -84,7 +83,4 @@ webapprt.ini: webapprt.ini.in $(APP_INI_DEPS)
libs:: webapprt.ini libs:: webapprt.ini
$(INSTALL) webapprt.ini $(DIST)/bin $(INSTALL) webapprt.ini $(DIST)/bin


install:: webapprt.ini
$(SYSINSTALL) $(IFLAGS1) webapprt.ini $(DESTDIR)$(mozappdir)

GARBAGE += webapprt.ini GARBAGE += webapprt.ini

0 comments on commit 0de4d74

Please sign in to comment.