From a5a0db49c930b8107e6b881430975f42be75f39c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 1 Feb 2006 15:08:54 +0000 Subject: 2006-02-01 Ralf Corsepius PR 882/make_build * bootstrap: Only remove bspopts.h.in instead of bspopts.h*. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') 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 -- cgit v1.2.3