summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-03-25 15:44:12 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-03-25 15:44:12 +0000
commitca6aa51915f386d5e81ed23b19546a958776b9e2 (patch)
tree4fc718c74bc8e4f165beb41232379cfa7fe81fbf /Makefile
parenta5778a1864570ae097099363377f2b3b05c17737 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 2 insertions, 8 deletions
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 $".
#