Updated to sync with bootstrap repo

This commit is contained in:
Justin Ethier 2015-07-21 21:13:28 -04:00
parent a1a3726517
commit 2bc9c40dcd

View file

@ -59,10 +59,6 @@ install-cyclone:
$(INSTALL) -m0644 scheme/*.o $(DESTDIR)$(DATADIR)/scheme $(INSTALL) -m0644 scheme/*.o $(DESTDIR)$(DATADIR)/scheme
$(INSTALL) -m0644 scheme/cyclone/*.o $(DESTDIR)$(DATADIR)/scheme/cyclone $(INSTALL) -m0644 scheme/cyclone/*.o $(DESTDIR)$(DATADIR)/scheme/cyclone
install-icyc:
$(MKDIR) $(DESTDIR)$(BINDIR)
$(INSTALL) -m0755 icyc $(DESTDIR)$(BINDIR)/
# Install everything. Can not call this directly initially as # Install everything. Can not call this directly initially as
# dependencies are required by portions of the build. # dependencies are required by portions of the build.
install: install: