Browse Source

fix clean rule

David Rose 23 years ago
parent
commit
b961f0192e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dtool/pptempl/Template.gmsvc.pp

+ 3 - 0
dtool/pptempl/Template.gmsvc.pp

@@ -198,6 +198,9 @@ clean : clean-igate
 #if $[st_sources]
 #if $[st_sources]
 $[TAB] rm -f $[patsubst %,$[%_obj],$[st_sources]]
 $[TAB] rm -f $[patsubst %,$[%_obj],$[st_sources]]
 #endif
 #endif
+#if $[deferred_objs]
+$[TAB] rm -f $[deferred_objs]
+#endif
 #if $[lib_targets] $[static_lib_targets] $[bin_targets] $[test_bin_targets]
 #if $[lib_targets] $[static_lib_targets] $[bin_targets] $[test_bin_targets]
 $[TAB] rm -f $[lib_targets] $[static_lib_targets] $[bin_targets] $[test_bin_targets]
 $[TAB] rm -f $[lib_targets] $[static_lib_targets] $[bin_targets] $[test_bin_targets]
 #endif
 #endif