diff --git a/ChangeLog b/ChangeLog index 7d4ab6d95c..8dfaec3d15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-01 Ralf Corsepius + + PR 882/make_build + * bootstrap: Only remove bspopts.h.in instead of bspopts.h*. + 2006-01-12 Ralf Corsepius * aclocal/bsp-alias.m4: Revert Joel's 2006-01-10 change. diff --git a/bootstrap b/bootstrap index 883e3a24dd..e31765aaa0 100755 --- a/bootstrap +++ b/bootstrap @@ -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