From 2bc9c40dcde342c7060b26493cf797d69c0c7c2b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 21 Jul 2015 21:13:28 -0400 Subject: [PATCH] Updated to sync with bootstrap repo --- Makefile.bootstrap | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.bootstrap b/Makefile.bootstrap index 2de52bfd..00e71251 100644 --- a/Makefile.bootstrap +++ b/Makefile.bootstrap @@ -59,10 +59,6 @@ install-cyclone: $(INSTALL) -m0644 scheme/*.o $(DESTDIR)$(DATADIR)/scheme $(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 # dependencies are required by portions of the build. install: