From dee149bfc4ae91116358f3f2261c75443589c130 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Mon, 22 Nov 2004 16:47:21 -0500 Subject: [svn-r9561] Purpose: bug fix Description: the Makefile.in had an instruction on the make install part that was not suposed to be there Solution: removed it Platforms tested: linux aix Misc. update: --- hl/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/hl/Makefile.in b/hl/Makefile.in index b07ca28..5314fd8 100755 --- a/hl/Makefile.in +++ b/hl/Makefile.in @@ -69,7 +69,6 @@ install: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ done - @$(LT) --mode=finish $(libdir); install-doc: (cd doc && $(MAKE) $@) || exit 1; -- cgit v0.12