mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-10 11:12:58 -08:00
Scripts should be installed using a different commadn
This commit is contained in:
parent
5bb8393da6
commit
fefc705589
1 changed files with 2 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ libdir=@libdir@
|
|||
SHELL = @SHELL@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/gc/mkinstalldirs
|
||||
|
||||
|
|
@ -96,7 +97,7 @@ install-base:
|
|||
for i in $(TARGETS); do \
|
||||
$(INSTALL) -s $$i $(bindir); \
|
||||
done;
|
||||
$(INSTALL_PROGRAM) ecl-config $(bindir)
|
||||
$(INSTALL_SCRIPT) ecl-config $(bindir)
|
||||
for i in BUILD-STAMP $(LSP_LIBRARIES) $(LIBRARIES) c/dpp* help.doc ; do \
|
||||
$(INSTALL_DATA) $$i $(libdir); \
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue