summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-09-29 15:57:32 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-09-29 15:57:32 +0000
commitddf259f2bb48006fc0ebe9630644fd768c9192bd (patch)
treee093da6c963315c602d1c122107e2e05ccfc2d8f /Makefile
parent5a640915959c49086eceb964d0cfe63b7f5ffee7 (diff)
New fltk-config script for 1.1.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1614 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4278c4d8e..2e2325cf4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.12.2.6.2.4 2001/08/02 20:09:25 easysw Exp $"
+# "$Id: Makefile,v 1.12.2.6.2.5 2001/09/29 15:57:32 easysw Exp $"
#
# Top-level makefile for the Fast Light Tool Kit (FLTK).
#
@@ -38,6 +38,10 @@ install: makeinclude
(cd $$dir; $(MAKE) $(MFLAGS) install) || break;\
done
(cd documentation; $(MAKE) $(MFLAGS) install)
+ -mkdir -p $(bindir)
+ rm -f $(bindir)/fltk-config
+ -cp fltk-config $(bindir)
+ -chmod +x $(bindir)/fltk-config
depend: makeinclude
@for dir in $(DIRS); do\
@@ -67,5 +71,5 @@ configure: configure.in
autoconf
#
-# End of "$Id: Makefile,v 1.12.2.6.2.4 2001/08/02 20:09:25 easysw Exp $".
+# End of "$Id: Makefile,v 1.12.2.6.2.5 2001/09/29 15:57:32 easysw Exp $".
#