Kaydet (Commit) d81f84a0 authored tarafından Eike Rathke's avatar Eike Rathke

adapt to header move

Change-Id: Ie460c5dbf354f68a21d52bd84b7e95b78fca11be
üst 826e7877
...@@ -103,7 +103,7 @@ sub grepFile($$$$@) ...@@ -103,7 +103,7 @@ sub grepFile($$$$@)
# Try module under current working directory first to catch local # Try module under current working directory first to catch local
# modifications. A Not yet delivered lang.h is a special case. # modifications. A Not yet delivered lang.h is a special case.
if ("$path/$module/$name" eq "$SOLENVINC/i18nlangtag/lang.h") { if ("$path/$module/$name" eq "$SOLENVINC/i18nlangtag/lang.h") {
$file = "./$module/inc/i18nlangtag/lang.h"; } $file = "./include/$module/lang.h"; }
else { else {
$file = "./$module/$name"; } $file = "./$module/$name"; }
if (!($found = open( IN, $file))) if (!($found = open( IN, $file)))
......
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