From: Ulya Trofimovich Date: Thu, 30 Aug 2018 21:45:04 +0000 (+0100) Subject: Makefile.am: simplified clean-up part of bootstrap rule. X-Git-Tag: 1.1.1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9b809ea2210306d994723a2882ec503c609aa1c;p=re2c Makefile.am: simplified clean-up part of bootstrap rule. --- diff --git a/re2c/Makefile.am b/re2c/Makefile.am index 73da515d..562ed8de 100644 --- a/re2c/Makefile.am +++ b/re2c/Makefile.am @@ -280,9 +280,7 @@ $(BOOTSTRAP_PARSER): $(CUSTOM_PARSER) # rebuild all re2c sources using newly built re2c .PHONY: bootstrap bootstrap: all - rm $(top_builddir)/$(AUTOGEN_LEX) - rm $(top_builddir)/$(AUTOGEN_LEX_CONF) - rm $(top_builddir)/$(AUTOGEN_PARSEOPT) + rm $(AUTOGEN) $(MAKE) all .PHONY: docs