Commit a30feab7 authored by Alexandre Julliard's avatar Alexandre Julliard

make_makefiles: Configure substitutions are allowed in the top makefile.

parent b54c3811
......@@ -202,7 +202,7 @@ sub parse_makefile($)
if (/\@[A-Z_]+\@/) # config.status substitution variable
{
die "Configure substitution is not allowed in $file";
die "Configure substitution is not allowed in $file" unless $file eq "Makefile";
}
if (/^\s*(MODULE|IMPORTLIB|TESTDLL|PARENTSRC|APPMODE)\s*=\s*(.*)/)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment