From 3f47369dbc078a4eb7d4db981fec3e30e9837277 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 26 Apr 1999 12:36:17 +0000 Subject: Changed $(DSONAME) target to "libfltk.so.1 libfltk.sl.1"... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@560 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index df005933c..ffd17ea53 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.18.2.7 1999/03/29 17:39:28 carl Exp $" +# "$Id: Makefile,v 1.18.2.8 1999/04/26 12:36:17 mike Exp $" # # Library makefile for the Fast Light Tool Kit (FLTK). # @@ -157,7 +157,7 @@ $(LIBRARY): $(OBJECTS) @$(LIBCOMMAND) $@ $(OBJECTS) @$(RANLIB) $@ -$(DSONAME): $(OBJECTS) +libfltk.so.1 libfltk.sl.1: $(OBJECTS) @echo $(DSOCOMMAND) $@ ... @$(DSOCOMMAND) $@ $(OBJECTS) @@ -209,5 +209,5 @@ install: $(LIBRARY) $(DSONAME) @-ln -s FL $(includedir)/Fl # -# End of "$Id: Makefile,v 1.18.2.7 1999/03/29 17:39:28 carl Exp $". +# End of "$Id: Makefile,v 1.18.2.8 1999/04/26 12:36:17 mike Exp $". # -- cgit v1.2.3