"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
This commit is contained in:
Michael R Sweet 2002-07-30 14:11:21 +00:00
parent 4fac733ed7
commit 7b0ade0138
1 changed files with 3 additions and 3 deletions

View File

@ -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 $".
#