From 84e38d4d91dbad1f7793172d70b7aa04ef846484 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 19 Nov 2001 21:25:35 +0000 Subject: 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 --- fluid/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fluid') 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 $". # -- cgit v1.2.3