mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
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]
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user