X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/dd31e17d7e415d3be8fc603f752f7e975297bcc2..fca5693b76a3f72e92ea380fe6969e738a088d34:/examples/local.mk diff --git a/examples/local.mk b/examples/local.mk index 3924543c..24763a85 100644 --- a/examples/local.mk +++ b/examples/local.mk @@ -24,7 +24,7 @@ doc = $(top_srcdir)/doc/bison.texinfo extexi = $(top_srcdir)/examples/extexi extract = $(AWK) -f $(extexi) -v VERSION="$(VERSION)" $(doc) -- extracted = -MAINTAINERCLEANFILES += $(extracted) +CLEANFILES += $(extracted) examples/extracted.stamp examples/extracted.stamp: $(doc) $(extexi) $(AM_V_GEN)rm -f $@ $@.tmp $(AM_V_at)touch $@.tmp