Bug 858539 - Unbreak standalone js make install after bug 850074 and bug 851108. r=gps

This commit is contained in:
Mike Hommey 2013-04-10 08:59:37 +02:00
parent 222d704113
commit 5e829a40e7

View File

@ -890,12 +890,6 @@ SDK_BINARY = js-config
install:: $(INSTALLED_HEADERS)
$(SYSINSTALL) $^ $(DESTDIR)$(includedir)/$(MODULE)
install:: $(EXPORTS_ds)
$(SYSINSTALL) $^ $(DESTDIR)$(includedir)/$(MODULE)/ds
install:: $(EXPORTS_gc)
$(SYSINSTALL) $^ $(DESTDIR)$(includedir)/$(MODULE)/gc
install:: $(EXPORTS_js)
$(SYSINSTALL) $^ $(DESTDIR)$(includedir)/$(MODULE)/js