[nasm:nasm-2.15.xx] msvc.mak: fix syntax for excluding config.h

nasm-bot for H. Peter Anvin (Intel) hpa at zytor.com
Wed Jul 1 21:33:02 PDT 2020


Commit-ID:  147f32a6eb27137745c5843fc5aca40dd017d6a3
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=147f32a6eb27137745c5843fc5aca40dd017d6a3
Author:     H. Peter Anvin (Intel) <hpa at zytor.com>
AuthorDate: Wed, 1 Jul 2020 21:13:27 -0700
Committer:  H. Peter Anvin (Intel) <hpa at zytor.com>
CommitDate: Wed, 1 Jul 2020 21:13:27 -0700

msvc.mak: fix syntax for excluding config.h

mkdep.pl wants a / regardless of what the target path separator is.

Signed-off-by: H. Peter Anvin (Intel) <hpa at zytor.com>


---
 Mkfiles/msvc.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mkfiles/msvc.mak b/Mkfiles/msvc.mak
index d0272b2b..a22b2cbe 100644
--- a/Mkfiles/msvc.mak
+++ b/Mkfiles/msvc.mak
@@ -409,7 +409,7 @@ MKDEP=0
 #-- Magic hints to mkdep.pl --#
 # @object-ending: ".$(O)"
 # @path-separator: "\"
-# @exclude: "config\config.h"
+# @exclude: "config/config.h"
 # @external: "msvc.dep"
 # @selfrule: "1"
 #-- Everything below is generated by mkdep.pl - do not edit --#


More information about the Nasm-commits mailing list