adapt to header move

Change-Id: Ie460c5dbf354f68a21d52bd84b7e95b78fca11be
This commit is contained in:
Eike Rathke
2013-04-24 12:27:48 +02:00
parent 826e787733
commit d81f84a0a4

View File

@@ -103,7 +103,7 @@ sub grepFile($$$$@)
# Try module under current working directory first to catch local
# modifications. A Not yet delivered lang.h is a special case.
if ("$path/$module/$name" eq "$SOLENVINC/i18nlangtag/lang.h") {
$file = "./$module/inc/i18nlangtag/lang.h"; }
$file = "./include/$module/lang.h"; }
else {
$file = "./$module/$name"; }
if (!($found = open( IN, $file)))