aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2016-04-28 20:34:59 +0100
committerSimon Tatham <anakin@pobox.com>2016-04-28 20:34:59 +0100
commite917a7d03a3570b09ecdf71a638ccc8496341d60 (patch)
treeab2f3be969718f4a7b9a9f2cf71a856627c05c48
parent6a8a53e7235a8621313b792b498ebb43452f9e38 (diff)
downloadpuzzles-e917a7d03a3570b09ecdf71a638ccc8496341d60.zip
puzzles-e917a7d03a3570b09ecdf71a638ccc8496341d60.tar.gz
puzzles-e917a7d03a3570b09ecdf71a638ccc8496341d60.tar.bz2
puzzles-e917a7d03a3570b09ecdf71a638ccc8496341d60.tar.xz
Re-run mkauto.sh from within makedist.sh.
It isn't necessary to cause the right files to _exist_, because makedist.sh is run from Buildscr which has already run mkauto. But it turns out it _is_ important to get the relative timestamps of Makefile.in and Makefile.am the right way round, otherwise somebody who unpacks the tarball and runs 'configure' and 'make' will find make tries to rebuild Makefile.in because it thinks Makefile.am is newer - and if they don't have the right automake installed, or any automake, that will fail.
-rwxr-xr-xmakedist.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/makedist.sh b/makedist.sh
index 9d9c11c..22b4f5d 100755
--- a/makedist.sh
+++ b/makedist.sh
@@ -17,6 +17,7 @@ else
fi
perl mkfiles.pl
+./mkauto.sh
mkdir tmp.$$
mkdir tmp.$$/puzzles$arcsuffix