From 60399e3945dcfe9a2bb9f00f794d9e8634dd6bd9 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 21 Oct 1998 22:03:53 +0000 Subject: Fixed install targets... git-svn-id: file:///fltk/svn/fltk/trunk@51 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index ba9a72073..a2eb6ebff 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.4 1998/10/21 14:20:37 mike Exp $" +# "$Id: Makefile,v 1.5 1998/10/21 22:03:52 mike Exp $" # # Library makefile for the Fast Light Tool Kit (FLTK). # @@ -174,12 +174,13 @@ include makedepend install: ../lib/$(LIBNAME) -mkdir -p $(libdir) - cp -f ../lib/$(LIBNAME) $(libdir) + cp ../lib/$(LIBNAME) $(libdir) @chmod a+r,u+w,g-w,o-w $(libdir)/$(LIBNAME)* -mkdir -p $(includedir) - cp -rf ../FL $(includedir) + -rm -rf $(includedir)/FL + cp -r ../FL $(includedir) @chmod -R a+r,u+w,g-w,o-w $(includedir)/FL # -# End of "$Id: Makefile,v 1.4 1998/10/21 14:20:37 mike Exp $". +# End of "$Id: Makefile,v 1.5 1998/10/21 22:03:52 mike Exp $". # -- cgit v1.2.3