summaryrefslogtreecommitdiff
path: root/Mkfiles
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2018-11-28 15:03:52 -0800
committerH. Peter Anvin <hpa@zytor.com>2018-11-28 15:03:52 -0800
commitba021d044b544b332170e0f671c8cc808d2bd6f8 (patch)
treec67ef737049d5706a58e279b561de36861b16903 /Mkfiles
parent53e2e4c0991e768c42cca9a8c9c9ddd134ddde6f (diff)
downloadnasm-ba021d044b544b332170e0f671c8cc808d2bd6f8.tar.gz
Run make cleandeps
Diffstat (limited to 'Mkfiles')
-rw-r--r--Mkfiles/msvc.mak2
-rw-r--r--Mkfiles/openwcom.mak2
2 files changed, 2 insertions, 2 deletions
diff --git a/Mkfiles/msvc.mak b/Mkfiles/msvc.mak
index 9aec80fc..57b8cefc 100644
--- a/Mkfiles/msvc.mak
+++ b/Mkfiles/msvc.mak
@@ -69,7 +69,7 @@ LIBOBJ = stdlib\snprintf.$(O) stdlib\vsnprintf.$(O) stdlib\strlcpy.$(O) \
\
nasmlib\ver.$(O) \
nasmlib\crc64.$(O) nasmlib\malloc.$(O) \
- nasmlib\md5c.$(O) nasmlib\string.$(O) \
+ nasmlib\md5c.$(O) nasmlib\string.$(O) nasmlib\nctype.$(O) \
nasmlib\file.$(O) nasmlib\mmap.$(O) nasmlib\ilog2.$(O) \
nasmlib\realpath.$(O) nasmlib\path.$(O) \
nasmlib\filename.$(O) nasmlib\srcfile.$(O) \
diff --git a/Mkfiles/openwcom.mak b/Mkfiles/openwcom.mak
index 084014bb..5b704fda 100644
--- a/Mkfiles/openwcom.mak
+++ b/Mkfiles/openwcom.mak
@@ -58,7 +58,7 @@ LIBOBJ = stdlib\snprintf.$(O) stdlib\vsnprintf.$(O) stdlib\strlcpy.$(O) &
&
nasmlib\ver.$(O) &
nasmlib\crc64.$(O) nasmlib\malloc.$(O) &
- nasmlib\md5c.$(O) nasmlib\string.$(O) &
+ nasmlib\md5c.$(O) nasmlib\string.$(O) nasmlib\nctype.$(O) &
nasmlib\file.$(O) nasmlib\mmap.$(O) nasmlib\ilog2.$(O) &
nasmlib\realpath.$(O) nasmlib\path.$(O) &
nasmlib\filename.$(O) nasmlib\srcfile.$(O) &