From ca6aa51915f386d5e81ed23b19546a958776b9e2 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 25 Mar 1999 15:44:12 +0000 Subject: Removed extra link commands from install target (these are done in src/Makefile!) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@459 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e3d17304a..3115ff8fc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.12 1999/02/25 19:45:04 carl Exp $" +# "$Id: Makefile,v 1.12.2.1 1999/03/25 15:44:12 mike Exp $" # # Top-level makefile for the Fast Light Tool Kit (FLTK). # @@ -44,12 +44,6 @@ install: makeinclude fi;\ (cd $$dir;$(MAKE) install);\ done - @if test "$(LIBNAME)" = libfltk.so.1; then\ - ln -s libfltk.so.1 $(libdir)/libfltk.so;\ - fi - @if test "$(LIBNAME)" = libfltk.sl.1; then\ - ln -s libfltk.sl.1 $(libdir)/libfltk.sl;\ - fi depend: makeinclude @for dir in $(DIRS); do\ @@ -74,5 +68,5 @@ makeinclude: configure configh.in makeinclude.in ./configure # -# End of "$Id: Makefile,v 1.12 1999/02/25 19:45:04 carl Exp $". +# End of "$Id: Makefile,v 1.12.2.1 1999/03/25 15:44:12 mike Exp $". # -- cgit v1.2.3