summaryrefslogtreecommitdiffstats
path: root/PCbuild/regen.targets
diff options
context:
space:
mode:
Diffstat (limited to 'PCbuild/regen.targets')
-rw-r--r--PCbuild/regen.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/regen.targets b/PCbuild/regen.targets
index 24b5ced..9073bb6 100644
--- a/PCbuild/regen.targets
+++ b/PCbuild/regen.targets
@@ -19,7 +19,7 @@
<_TokenOutputs Include="$(PySourcePath)Doc\library\token-list.inc">
<Format>rst</Format>
</_TokenOutputs>
- <_TokenOutputs Include="$(PySourcePath)Include\token.h">
+ <_TokenOutputs Include="$(PySourcePath)Include\internal\pycore_token.h">
<Format>h</Format>
</_TokenOutputs>
<_TokenOutputs Include="$(PySourcePath)Parser\token.c">