fix makefile.icc in makefile update scripts
This commit is contained in:
parent
31cf796011
commit
3176103c15
@ -260,7 +260,7 @@ sub process_makefiles {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# update OBJECTS + HEADERS in makefile*
|
# update OBJECTS + HEADERS in makefile*
|
||||||
for my $m (qw/ makefile makefile.icc makefile.shared makefile.unix makefile.mingw makefile.msvc makefile.include /) {
|
for my $m (qw/ makefile makefile.shared makefile.unix makefile.mingw makefile.msvc makefile.include /) {
|
||||||
my $old = read_file($m);
|
my $old = read_file($m);
|
||||||
my $new = $m eq 'makefile.msvc' ? patch_makefile($old, $var_obj, $var_h, $var_to, @ver_version)
|
my $new = $m eq 'makefile.msvc' ? patch_makefile($old, $var_obj, $var_h, $var_to, @ver_version)
|
||||||
: patch_makefile($old, $var_o, $var_h, $var_to, @ver_version);
|
: patch_makefile($old, $var_o, $var_h, $var_to, @ver_version);
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
./helper.pl --update-makefiles || exit 1
|
./helper.pl --update-makefiles || exit 1
|
||||||
|
|
||||||
makefiles=(makefile makefile.icc makefile.shared makefile.unix makefile.mingw makefile.msvc)
|
makefiles=(makefile makefile.shared makefile.unix makefile.mingw makefile.msvc)
|
||||||
vcproj=(libtomcrypt_VS2008.vcproj libtomcrypt_VS2005.vcproj)
|
vcproj=(libtomcrypt_VS2008.vcproj libtomcrypt_VS2005.vcproj)
|
||||||
|
|
||||||
if [ $# -eq 1 ] && [ "$1" == "-c" ]; then
|
if [ $# -eq 1 ] && [ "$1" == "-c" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user