summaryrefslogtreecommitdiff
path: root/Mkfiles
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-15 16:18:43 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-15 16:18:43 -0700
commiteb96812e9fc9af8a14408e3e510b0321b58ce5db (patch)
tree16e79602048884a4a8c6b10741a181e69028a35d /Mkfiles
parent6680dd9a46d4d27e5a389f74722913a18edc7b3e (diff)
downloadnasm-eb96812e9fc9af8a14408e3e510b0321b58ce5db.tar.gz
nasm-eb96812e9fc9af8a14408e3e510b0321b58ce5db.tar.bz2
nasm-eb96812e9fc9af8a14408e3e510b0321b58ce5db.zip
Update Mkfiles/*.mak
Sync the file list in Mkfiles/*.mak
Diffstat (limited to 'Mkfiles')
-rw-r--r--Mkfiles/msvc.mak4
-rw-r--r--Mkfiles/netware.mak4
-rw-r--r--Mkfiles/openwcom.mak4
-rw-r--r--Mkfiles/owlinux.mak4
4 files changed, 8 insertions, 8 deletions
diff --git a/Mkfiles/msvc.mak b/Mkfiles/msvc.mak
index 04188bf..937e106 100644
--- a/Mkfiles/msvc.mak
+++ b/Mkfiles/msvc.mak
@@ -41,8 +41,8 @@ NASM = nasm.$(O) nasmlib.$(O) raa.$(O) saa.$(O) \
output/outobj.$(O) output/outas86.$(O) output/outrdf2.$(O) \
output/outdbg.$(O) output/outieee.$(O) output/outmacho.$(O) \
preproc.$(O) quote.$(O) pptok.$(O) macros.$(O) \
- listing.$(O) eval.$(O) exprlib.$(O) stdscan.$(O) tokhash.$(O) \
- regvals.$(O) regflags.$(O)
+ listing.$(O) eval.$(O) exprlib.$(O) stdscan.$(O) strfunc.$(O) \
+ tokhash.$(O) regvals.$(O) regflags.$(O)
NDISASM = ndisasm.$(O) disasm.$(O) sync.$(O) nasmlib.$(O) \
insnsd.$(O) insnsb.$(O) insnsn.$(O) regs.$(O) regdis.$(O)
diff --git a/Mkfiles/netware.mak b/Mkfiles/netware.mak
index c1a970f..59891de 100644
--- a/Mkfiles/netware.mak
+++ b/Mkfiles/netware.mak
@@ -37,8 +37,8 @@ NASM = nasm.$(O) nasmlib.$(O) raa.$(O) saa.$(O) \
output/outobj.$(O) output/outas86.$(O) output/outrdf2.$(O) \
output/outdbg.$(O) output/outieee.$(O) output/outmacho.$(O) \
preproc.$(O) quote.$(O) pptok.$(O) macros.$(O) \
- listing.$(O) eval.$(O) exprlib.$(O) stdscan.$(O) tokhash.$(O) \
- regvals.$(O) regflags.$(O)
+ listing.$(O) eval.$(O) exprlib.$(O) stdscan.$(O) strfunc.$(O) \
+ tokhash.$(O) regvals.$(O) regflags.$(O)
NDISASM = ndisasm.$(O) disasm.$(O) sync.$(O) nasmlib.$(O) \
insnsd.$(O) insnsb.$(O) insnsn.$(O) regs.$(O) regdis.$(O)
diff --git a/Mkfiles/openwcom.mak b/Mkfiles/openwcom.mak
index aeb42c5..c72c792 100644
--- a/Mkfiles/openwcom.mak
+++ b/Mkfiles/openwcom.mak
@@ -53,8 +53,8 @@ NASM = nasm.$(O) nasmlib.$(O) raa.$(O) saa.$(O) &
output\outobj.$(O) output\outas86.$(O) output\outrdf2.$(O) &
output\outdbg.$(O) output\outieee.$(O) output\outmacho.$(O) &
preproc.$(O) quote.$(O) pptok.$(O) macros.$(O) &
- listing.$(O) eval.$(O) exprlib.$(O) stdscan.$(O) tokhash.$(O) &
- regvals.$(O) regflags.$(O)
+ listing.$(O) eval.$(O) exprlib.$(O) stdscan.$(O) strfunc.$(O) &
+ tokhash.$(O) regvals.$(O) regflags.$(O)
NDISASM = ndisasm.$(O) disasm.$(O) sync.$(O) nasmlib.$(O) &
insnsd.$(O) insnsb.$(O) insnsn.$(O) regs.$(O) regdis.$(O)
diff --git a/Mkfiles/owlinux.mak b/Mkfiles/owlinux.mak
index ce4dc6d..fef0103 100644
--- a/Mkfiles/owlinux.mak
+++ b/Mkfiles/owlinux.mak
@@ -64,8 +64,8 @@ NASM = nasm.$(O) nasmlib.$(O) raa.$(O) saa.$(O) \
output/outobj.$(O) output/outas86.$(O) output/outrdf2.$(O) \
output/outdbg.$(O) output/outieee.$(O) output/outmacho.$(O) \
preproc.$(O) quote.$(O) pptok.$(O) macros.$(O) \
- listing.$(O) eval.$(O) exprlib.$(O) stdscan.$(O) tokhash.$(O) \
- regvals.$(O) regflags.$(O)
+ listing.$(O) eval.$(O) exprlib.$(O) stdscan.$(O) strfunc.$(O) \
+ tokhash.$(O) regvals.$(O) regflags.$(O)
NDISASM = ndisasm.$(O) disasm.$(O) sync.$(O) nasmlib.$(O) \
insnsd.$(O) insnsb.$(O) insnsn.$(O) regs.$(O) regdis.$(O)