mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-02-18 13:10:48 -08:00
The previous fixed broke the linking process. Undo and wait until we plan the file organization better
This commit is contained in:
parent
74fcc7185e
commit
16440d6d1e
1 changed files with 1 additions and 5 deletions
|
|
@ -146,11 +146,7 @@ install-base:
|
|||
done
|
||||
for i in $(LSP_LIBRARIES) $(LIBRARIES); do \
|
||||
if test -s $$i ; then \
|
||||
if (echo $$i | grep '\.dll'); then \
|
||||
$(INSTALL_PROGRAM) $$i $(DESTDIR)$(bindir); \
|
||||
else \
|
||||
$(INSTALL_PROGRAM) $$i $(DESTDIR)$(libdir); \
|
||||
fi \
|
||||
$(INSTALL_PROGRAM) $$i $(DESTDIR)$(libdir); \
|
||||
fi \
|
||||
done
|
||||
for i in c/dpp* ecl_min* `cat MODULES`; do \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue