Commit 4de6ea96167611dd7514c66c5446673da79e489e

Steffen Jaeckel 2018-12-02T21:18:10

fixup updatemakes.sh [skip ci]

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/updatemakes.sh b/updatemakes.sh
index 1271a5c..8a5ca86 100755
--- a/updatemakes.sh
+++ b/updatemakes.sh
@@ -3,7 +3,7 @@
 ./helper.pl --update-makefiles || exit 1
 
 makefiles=(makefile makefile.shared makefile_include.mk makefile.msvc makefile.unix makefile.mingw)
-vcproj=(libtomcrypt_VS2008.vcproj)
+vcproj=(libtommath_VS2008.vcproj)
 
 if [ $# -eq 1 ] && [ "$1" == "-c" ]; then
   git add ${makefiles[@]} ${vcproj[@]} && git commit -m 'Update makefiles'