Corrected Makefile for binary distribution
This commit is contained in:
parent
5b98f9cdf6
commit
106b1339ac
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ all: install
|
|||
|
||||
install:
|
||||
$(INSTALL) -d $(INSTALL_BINDIR)
|
||||
$(INSTALL) bin/$(COMPILER).$(TARGET) $(INSTALL_BINDIR)/$(COMPILER)
|
||||
$(INSTALL) bin/$(SIMULATOR).$(TARGET) $(INSTALL_BINDIR)/$(SIMULATOR)
|
||||
$(INSTALL) bin/$(COMPILER) $(INSTALL_BINDIR)/$(COMPILER)
|
||||
$(INSTALL) bin/$(SIMULATOR) $(INSTALL_BINDIR)/$(SIMULATOR)
|
||||
(cd lib; $(MAKE) install)
|
||||
|
||||
|
|
Loading…
Reference in a new issue