summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-11-19 21:25:35 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-11-19 21:25:35 +0000
commit84e38d4d91dbad1f7793172d70b7aa04ef846484 (patch)
tree3cdef2b2623545199c7874d188118b587c583e07 /fluid
parent13e7d7639729cc0fb9b778ecd2e45d407d45d393 (diff)
Move header installs to new FL/Makefile, which is generated by
configure. Comment out symlink stuff for Cygwin, and (hopefully) soon for OSX, too. Add uninstall targets where needed. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1707 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
-rw-r--r--fluid/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/fluid/Makefile b/fluid/Makefile
index e814f10af..08b509658 100644
--- a/fluid/Makefile
+++ b/fluid/Makefile
@@ -1,7 +1,7 @@
#
-# "$Id: Makefile,v 1.10.2.6.2.4 2001/11/18 12:48:38 easysw Exp $"
+# "$Id: Makefile,v 1.10.2.6.2.5 2001/11/19 21:25:35 easysw Exp $"
#
-# Fluid makefile for the Fast Light Tool Kit (FLTK).
+# FLUID makefile for the Fast Light Tool Kit (FLTK).
#
# Copyright 1998-2001 by Bill Spitzak and others.
#
@@ -72,7 +72,7 @@ install: $(PROGRAM)
chmod 755 $(bindir)/$(PROGRAM)
uninstall:
- -rm -f $(bindir)/$(PROGRAM)
+ rm -f $(bindir)/$(PROGRAM)
#
# Note: The rebuild target can only be used if you have the original .fl
@@ -86,5 +86,5 @@ rebuild:
./fluid -c widget_panel.fl
#
-# End of "$Id: Makefile,v 1.10.2.6.2.4 2001/11/18 12:48:38 easysw Exp $".
+# End of "$Id: Makefile,v 1.10.2.6.2.5 2001/11/19 21:25:35 easysw Exp $".
#