From 16440d6d1e4256e404a6bf3d6403d2154cf2fc19 Mon Sep 17 00:00:00 2001 From: jgarcia Date: Tue, 25 Dec 2007 19:49:45 +0000 Subject: [PATCH] The previous fixed broke the linking process. Undo and wait until we plan the file organization better --- src/Makefile.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index c9e4c2f1f..90b938f4b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 \