From 147f32a6eb27137745c5843fc5aca40dd017d6a3 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin (Intel)" Date: Wed, 1 Jul 2020 21:13:27 -0700 Subject: 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) --- 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 --# -- cgit v1.2.1