summaryrefslogtreecommitdiff
path: root/tools/beautify-archive
diff options
context:
space:
mode:
Diffstat (limited to 'tools/beautify-archive')
-rwxr-xr-xtools/beautify-archive2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/beautify-archive b/tools/beautify-archive
index 6bfa974a..a327ea44 100755
--- a/tools/beautify-archive
+++ b/tools/beautify-archive
@@ -23,7 +23,7 @@ cp -pr /tmp/$OLDARCHIVE.$$ $NEWARCHIVE
cd $NEWARCHIVE
rm description || true
make clean
-make COQFLAGS='-beautify -q $(OPT) $(COQLIBS) $(OTHERFLAGS) $(COQ_XML)' || \
+make COQFLAGS='-beautify -q $(OPT) $(COQLIBS) $(OTHERFLAGS)' || \
{ echo ---- Failed to beautify; exit 1; }
echo -------- Upgrading files in the beautification directory --------------
beaufiles=`find . -name \*.v$BEAUTIFYSUFFIX`