Browse Source

make clean should also remove igate files

David Rose 23 years ago
parent
commit
d54c9363aa
2 changed files with 2 additions and 2 deletions
  1. 1 1
      dtool/pptempl/Template.gmsvc.pp
  2. 1 1
      dtool/pptempl/Template.unix.pp

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

@@ -194,7 +194,7 @@ all : $[all_targets]
 // The 'test' rule makes all the test_bin_targets.
 test : $[test_bin_targets]
 
-clean :
+clean : clean-igate
 #if $[st_sources]
 $[TAB] rm -f $[patsubst %,$[%_obj],$[st_sources]]
 #endif

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

@@ -175,7 +175,7 @@ all : $[all_targets]
 // The 'test' rule makes all the test_bin_targets.
 test : $[test_bin_targets]
 
-clean :
+clean : clean-igate
 #if $[st_sources]
 $[TAB] rm -f $[patsubst %,$[%_obj],$[st_sources]]
 #endif