From 502c5e446f539a4e0acc53e273ba65cad2185e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwena=EBl=20Delaval?= Date: Wed, 13 Jun 2012 15:13:53 +0200 Subject: [PATCH] Makefile correction (install target) Makefile correction: install target for simulator --- compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/Makefile b/compiler/Makefile index 7dbc9bd..9527ab7 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -42,7 +42,7 @@ install: $(INSTALL) -d $(INSTALL_BINDIR) $(INSTALL) $(COMPILER).$(TARGET) $(INSTALL_BINDIR)/$(COMPILER) ifeq ($(ENABLE_SIMULATOR), yes) - $(INSTALL) $(COMPILER).$(TARGET) $(INSTALL_BINDIR)/$(SIMULATOR) + $(INSTALL) $(SIMULATOR).$(TARGET) $(INSTALL_BINDIR)/$(SIMULATOR) endif clean: