diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-07-30 14:11:21 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-07-30 14:11:21 +0000 |
| commit | 7b0ade0138f6c8a35aaa918305bc1dbcbf672892 (patch) | |
| tree | 752e8fad087192f2a3924d3c85b537838ad97564 /fluid | |
| parent | 4fac733ed7e3b0ca056aff2a3e7366f7b61e1343 (diff) | |
"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
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 $". # |
