aboutsummaryrefslogtreecommitdiff
path: root/sim/erc32/local.mk
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-05 20:27:16 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-05 20:28:14 +0700
commitc95bd9111ee75556a4a6ba51603856cee0afef2b (patch)
tree59f9ab15bfeae8992dc6e954c92b35faeb696d35 /sim/erc32/local.mk
parente5f7bc29350058330fbc3ed4fd0c6135bd892f53 (diff)
downloadfsf-binutils-gdb-c95bd9111ee75556a4a6ba51603856cee0afef2b.zip
fsf-binutils-gdb-c95bd9111ee75556a4a6ba51603856cee0afef2b.tar.gz
fsf-binutils-gdb-c95bd9111ee75556a4a6ba51603856cee0afef2b.tar.bz2
sim: use libtool to install programs
Now that we use libtool to link, we have to use it to install instead of keeping the manual logic so we don't install wrapper shell scripts.
Diffstat (limited to 'sim/erc32/local.mk')
-rw-r--r--sim/erc32/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/erc32/local.mk b/sim/erc32/local.mk
index d73bc5b..1c6f7b3 100644
--- a/sim/erc32/local.mk
+++ b/sim/erc32/local.mk
@@ -39,7 +39,7 @@ SIM_INSTALL_EXEC_LOCAL_DEPS += sim-%D-install-exec-local
sim-%D-install-exec-local: installdirs
$(AM_V_at)$(MKDIR_P) $(DESTDIR)$(bindir)
n=`echo sis | sed '$(program_transform_name)'`; \
- $(INSTALL_PROGRAM) %D%/sis$(EXEEXT) $(DESTDIR)$(bindir)/$$n$(EXEEXT)
+ $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) %D%/run$(EXEEXT) $(DESTDIR)$(bindir)/$$n$(EXEEXT)
SIM_UNINSTALL_LOCAL_DEPS += sim-%D%-uninstall-local
sim-%D%-uninstall-local: