summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-01-15 01:34:44 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-01-15 01:34:44 +0000
commit312ac396039b118407fafb6cd2ca0be2df6a3fd1 (patch)
tree9e52812f34188dfbbd97d1a966ee35bcaa3f1df4 /fluid
parentd246217383c13fb2f2db7eb6d956a2e8730e9ce0 (diff)
Strip fluid after the copy to bindir.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1932 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 55cea2841..bd995a358 100644
--- a/fluid/Makefile
+++ b/fluid/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.10.2.6.2.11 2002/01/15 01:33:16 easysw Exp $"
+# "$Id: Makefile,v 1.10.2.6.2.12 2002/01/15 01:34:44 easysw Exp $"
#
# FLUID makefile for the Fast Light Tool Kit (FLTK).
#
@@ -67,9 +67,9 @@ include makedepend
install: $(PROGRAM)
echo "Installing FLUID..."
- strip $(PROGRAM)
-mkdir -p $(bindir)
cp $(PROGRAM) $(bindir)
+ strip $(bindir)/$(PROGRAM)
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.11 2002/01/15 01:33:16 easysw Exp $".
+# End of "$Id: Makefile,v 1.10.2.6.2.12 2002/01/15 01:34:44 easysw Exp $".
#