mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 15:20:36 -08:00
install.sh cannot handle more than one source argument at a time.
This commit is contained in:
parent
fe0807f683
commit
bcff01450f
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ all: $(DPP) ../libecl.a cinit.o
|
|||
.PHONY: all
|
||||
|
||||
install: $(HFILES)
|
||||
$(INSTALL_DATA) $(HFILES) $(PREFIX)$(libdir)/h/
|
||||
for i in $(HFILES); do $(INSTALL_DATA) $$i $(PREFIX)$(libdir)/h/; done
|
||||
sed '/-CUT-/,$$d' ../h/config.h > ../h/config-install.h
|
||||
$(INSTALL_DATA) ../h/config-install.h $(PREFIX)$(libdir)/h/config.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue