2006-02-01 Ralf Corsepius <ralf.corsepius@rtems.org>

PR 882/make_build
	* bootstrap: Only remove bspopts.h.in instead of bspopts.h*.
This commit is contained in:
Ralf Corsepius
2006-02-01 15:08:54 +00:00
parent f4f96e998c
commit a5a0db49c9
2 changed files with 6 additions and 1 deletions

View File

@@ -173,7 +173,7 @@ clean)
fi; done
find . -name '*~' -print | xargs rm -f
find . -name 'bspopts.h*' -print | xargs rm -f
find . -name 'bspopts.h.in' -print | xargs rm -f
find . -name '*.orig' -print | xargs rm -f
find . -name '*.rej' -print | xargs rm -f
find . -name 'config.status' -print | xargs rm -f