]> git.saurik.com Git - bison.git/blobdiff - examples/local.mk
maint: fix distcheck.
[bison.git] / examples / local.mk
index 3924543ce8bb19c3083e5dfcf1cf4ab599631be1..24763a85b1f66a929a339f6200ec75138aafcab9 100644 (file)
@@ -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