]> granicus.if.org Git - curl/commitdiff
buildconf: fix header filename
authorDaniel Gustafsson <daniel@yesql.se>
Tue, 9 Jul 2019 15:33:07 +0000 (17:33 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Tue, 9 Jul 2019 15:33:07 +0000 (17:33 +0200)
The header file inclusion had a typo, it should be .h and not .hd.
Fix by renaming.

Fixes #4102
Reported-by: AceCrow on Github
buildconf.bat

index a6bded34b2467a8aedef524e9c7296071cee154f..8511a1fcbce02c2c2ac492a474c31914e1400f2f 100644 (file)
@@ -212,7 +212,7 @@ rem
       copy /Y src\tool_hugehelp.c.cvs src\tool_hugehelp.c 1>NUL 2>&1
     ) else (
       echo #include "tool_setup.h"> src\tool_hugehelp.c
-      echo #include "tool_hugehelp.hd">> src\tool_hugehelp.c
+      echo #include "tool_hugehelp.h">> src\tool_hugehelp.c
       echo.>> src\tool_hugehelp.c
       echo void hugehelp(void^)>> src\tool_hugehelp.c
       echo {>> src\tool_hugehelp.c