Bladeren bron

make clean should also remove igate files

David Rose 23 jaren geleden
bovenliggende
commit
d54c9363aa
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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.
 // The 'test' rule makes all the test_bin_targets.
 test : $[test_bin_targets]
 test : $[test_bin_targets]
 
 
-clean :
+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

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

@@ -175,7 +175,7 @@ all : $[all_targets]
 // The 'test' rule makes all the test_bin_targets.
 // The 'test' rule makes all the test_bin_targets.
 test : $[test_bin_targets]
 test : $[test_bin_targets]
 
 
-clean :
+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