summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-01-06 13:40:32 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-01-06 13:40:32 +0000
commit2d6a98560e1f3f027180be34cfc625eabfb32f05 (patch)
treea48208d7420cfcdf1f8fa614b9fa66c8002163a0 /fluid
parentde9f6763537e7152279a4f5a19a70437e7a70940 (diff)
Doco and dist file updates.
Add fltk-config man page. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1911 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
-rw-r--r--fluid/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/Makefile b/fluid/Makefile
index b5cab8eb1..2fdb28dae 100644
--- a/fluid/Makefile
+++ b/fluid/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.10.2.6.2.9 2002/01/01 15:11:29 easysw Exp $"
+# "$Id: Makefile,v 1.10.2.6.2.10 2002/01/06 13:40:32 easysw Exp $"
#
# FLUID makefile for the Fast Light Tool Kit (FLTK).
#
@@ -69,7 +69,7 @@ install: $(PROGRAM)
echo "Installing FLUID..."
strip $(PROGRAM)
-mkdir -p $(bindir)
- cp $(PROGRAM) $(bindir)/$(PROGRAM)
+ cp $(PROGRAM) $(bindir)
chmod 755 $(bindir)/$(PROGRAM)
uninstall:
@@ -87,5 +87,5 @@ rebuild:
./fluid -c widget_panel.fl
#
-# End of "$Id: Makefile,v 1.10.2.6.2.9 2002/01/01 15:11:29 easysw Exp $".
+# End of "$Id: Makefile,v 1.10.2.6.2.10 2002/01/06 13:40:32 easysw Exp $".
#