summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-11 09:11:09 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-11 09:11:09 +0200
commit7c489dc2ec5543c3481d0d5385f3a7a328276cff (patch)
tree7e766d4099e32197710a417dafea0d0632cd086a /Makefile
parent5342bc073b6dff059f9e60ad5fea6905752f0f9c (diff)
re-run bootstrap after make clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 709332a2b4f2..865a324b953d 100644
--- a/Makefile
+++ b/Makefile
@@ -304,6 +304,7 @@ clean: clean-host clean-build
clean-host:
rm -fr $(SRCDIR)/*/$(INPATH)
rm -fr install
+ rm -f $(WORKDIR_BOOTSTRAP)
clean-build:
ifeq ($(CROSS_COMPILING),YES)