From b961f0192eef97fe614c7462d3928a1be6856edb Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 16 Sep 2002 23:44:02 +0000 Subject: [PATCH] fix clean rule --- dtool/pptempl/Template.gmsvc.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dtool/pptempl/Template.gmsvc.pp b/dtool/pptempl/Template.gmsvc.pp index 2f16b98ec7..72622375fa 100644 --- a/dtool/pptempl/Template.gmsvc.pp +++ b/dtool/pptempl/Template.gmsvc.pp @@ -198,6 +198,9 @@ clean : clean-igate #if $[st_sources] $[TAB] rm -f $[patsubst %,$[%_obj],$[st_sources]] #endif +#if $[deferred_objs] +$[TAB] rm -f $[deferred_objs] +#endif #if $[lib_targets] $[static_lib_targets] $[bin_targets] $[test_bin_targets] $[TAB] rm -f $[lib_targets] $[static_lib_targets] $[bin_targets] $[test_bin_targets] #endif