Browse Source

make install implies make all

David Rose 23 years ago
parent
commit
9f3838fd5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/pptempl/Template.models.pp

+ 1 - 1
dtool/pptempl/Template.models.pp

@@ -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 :