make install implies make all

This commit is contained in:
David Rose 2002-08-27 18:47:59 +00:00
parent 03ea6e3c25
commit 9f3838fd5e

View File

@ -107,7 +107,7 @@ install-bam : $[install_bam_targets]
$[installed_other]
install-other : $[install_other_targets]
install : install-other install-bam
install : all install-other install-bam
uninstall : uninstall-other uninstall-bam uninstall-egg
clean-bam :