From 9f3838fd5eaf84b8651008b474862f814216839c Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 27 Aug 2002 18:47:59 +0000 Subject: [PATCH] make install implies make all --- dtool/pptempl/Template.models.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/pptempl/Template.models.pp b/dtool/pptempl/Template.models.pp index bca5e565b7..669c042894 100644 --- a/dtool/pptempl/Template.models.pp +++ b/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 :