summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin (Intel) <hpa@zytor.com>2020-07-01 21:13:27 -0700
committerH. Peter Anvin (Intel) <hpa@zytor.com>2020-07-01 21:13:27 -0700
commit147f32a6eb27137745c5843fc5aca40dd017d6a3 (patch)
treece6e053181fadfecd535b3e1268335e0ae256d7e
parentc665ba1fd8e180c55638bd14b686c95658fe0b87 (diff)
downloadnasm-147f32a6eb27137745c5843fc5aca40dd017d6a3.tar.gz
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@zytor.com>
-rw-r--r--Mkfiles/msvc.mak2
1 files changed, 1 insertions, 1 deletions
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 --#