summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--maint.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/maint.mk b/maint.mk
index e5d3fee06..7cfc488ef 100644
--- a/maint.mk
+++ b/maint.mk
@@ -809,13 +809,6 @@ my-distcheck: $(DIST_ARCHIVES) $(local-check)
(cd $(t) && mv $(distdir) $(distdir).old \
&& $(AMTAR) -zxf - ) < $(distdir).tar.gz
diff -ur $(t)/$(distdir).old $(t)/$(distdir)
- if test -f $(srcdir)/src/c99-to-c89.diff; then \
- cd $(t)/$(distdir) \
- && (cd src && patch -V never --fuzz=0 <c99-to-c89.diff) \
- && ./configure --disable-largefile \
- CFLAGS='-Werror -ansi -Wno-long-long' \
- && $(MAKE); \
- fi
-rm -rf $(t)
@echo "========================"; \
echo "$(distdir).tar.gz is ready for distribution"; \