aboutsummaryrefslogtreecommitdiff
path: root/mkfiles.pl
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2013-07-02 06:48:26 +0000
committerSimon Tatham <anakin@pobox.com>2013-07-02 06:48:26 +0000
commit1ee9f5f2ef37f372d336d062326906993b6e62e5 (patch)
tree1d62088d3fdf36de1bd7af604a2c3b55c4021e58 /mkfiles.pl
parent6c34cb721c488980ee23491d261ab2b6b3e55a23 (diff)
downloadpuzzles-1ee9f5f2ef37f372d336d062326906993b6e62e5.zip
puzzles-1ee9f5f2ef37f372d336d062326906993b6e62e5.tar.gz
puzzles-1ee9f5f2ef37f372d336d062326906993b6e62e5.tar.bz2
puzzles-1ee9f5f2ef37f372d336d062326906993b6e62e5.tar.xz
Fix small bugs in the automake construction which were preventing the
revision number from being automatically baked into the automake-built binaries. [originally from svn r9890]
Diffstat (limited to 'mkfiles.pl')
-rwxr-xr-xmkfiles.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkfiles.pl b/mkfiles.pl
index 5c91502..b1583ae 100755
--- a/mkfiles.pl
+++ b/mkfiles.pl
@@ -1229,6 +1229,7 @@ if (defined $makefiles{'am'}) {
if (defined $cflags{'am'} && $cflags{'am'}->{$obj}) {
# This file needs to go in an archive, so that we can
# change the compile flags as specified in Recipe
+ $use_archive = 1;
$archivecflags{$obj} = [$cflags{'am'}->{$obj}];
}
if ($use_archive) {