make clean should also remove igate files

This commit is contained in:
David Rose 2002-06-26 17:34:30 +00:00
parent 4feedb0592
commit d54c9363aa
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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