The previous fixed broke the linking process. Undo and wait until we plan the file organization better

This commit is contained in:
jgarcia 2007-12-25 19:49:45 +00:00
parent 74fcc7185e
commit 16440d6d1e

View file

@ -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 \