http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b54c381
)
make_makefiles: Configure substitutions are allowed in the top makefile.
author
Alexandre Julliard
<julliard@winehq.org>
Tue, 17 Nov 2015 03:45:14 +0000
(12:45 +0900)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 17 Nov 2015 03:45:14 +0000
(12:45 +0900)
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
tools/make_makefiles
patch
|
blob
|
blame
|
history
diff --git
a/tools/make_makefiles
b/tools/make_makefiles
index 78b6deaef7b114a094544db4f9a0a10bbfc557ec..e65429f60ff90ef057c0275d96c8c774745f3ee5 100755
(executable)
--- a/
tools/make_makefiles
+++ b/
tools/make_makefiles
@@
-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*(.*)/)
{