aboutsummaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz4
1 files changed, 2 insertions, 2 deletions
diff --git a/maketgz b/maketgz
index 200d8b6b0..bc1914244 100755
--- a/maketgz
+++ b/maketgz
@@ -61,7 +61,7 @@ findprog()
# Enforce a rerun of configure (updates the VERSION)
#
-./config.status --recheck
+#./config.status --recheck
############################################################################
#
@@ -73,7 +73,7 @@ if { findprog automake >/dev/null 2>/dev/null; } then
echo "- Could not find or run automake, I hope you know what you're doing!"
else
echo "Runs automake --include-deps"
- automake --include-deps
+ automake --include-deps Makefile
fi
############################################################################