From 7b0ade0138f6c8a35aaa918305bc1dbcbf672892 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 30 Jul 2002 14:11:21 +0000 Subject: "install" now depends on "all" instead of the no longer defined $(PROGRAM) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2554 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fluid') diff --git a/fluid/Makefile b/fluid/Makefile index 41513b266..28281a641 100644 --- a/fluid/Makefile +++ b/fluid/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.10.2.6.2.22 2002/07/25 17:07:06 easysw Exp $" +# "$Id: Makefile,v 1.10.2.6.2.23 2002/07/30 14:11:21 easysw Exp $" # # FLUID makefile for the Fast Light Tool Kit (FLTK). # @@ -72,7 +72,7 @@ depend: $(CPPFILES) # Automatically generated dependencies... include makedepend -install: $(PROGRAM) +install: all echo "Installing FLUID in $(bindir)..." -$(MKDIR) $(bindir) $(CP) $(FLUID) $(bindir)/fluid$(EXEEXT) @@ -95,5 +95,5 @@ rebuild: ./fluid -c widget_panel.fl # -# End of "$Id: Makefile,v 1.10.2.6.2.22 2002/07/25 17:07:06 easysw Exp $". +# End of "$Id: Makefile,v 1.10.2.6.2.23 2002/07/30 14:11:21 easysw Exp $". # -- cgit v1.2.3