Skip to content

Commit

Permalink
Removed extra link commands from install target (these are done in
Browse files Browse the repository at this point in the history
src/Makefile!)


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@459 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Mar 25, 1999
1 parent a5778a1 commit ca6aa51
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions 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).
#
Expand Down Expand Up @@ -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\
Expand All @@ -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 $".
#

0 comments on commit ca6aa51

Please sign in to comment.