diff options
-rw-r--r-- | build/make_nw_export.awk | 2 | ||||
-rw-r--r-- | test/NWGNUaprtest | 2 | ||||
-rw-r--r-- | test/NWGNUechod | 2 | ||||
-rw-r--r-- | test/NWGNUglobalmutexchild | 2 | ||||
-rw-r--r-- | test/NWGNUmod_test | 2 | ||||
-rw-r--r-- | test/NWGNUproc_child | 2 | ||||
-rw-r--r-- | test/NWGNUreadchild | 2 | ||||
-rw-r--r-- | test/NWGNUsockchild | 2 | ||||
-rw-r--r-- | test/NWGNUsockperf | 2 | ||||
-rw-r--r-- | test/NWGNUtestatmc | 2 | ||||
-rw-r--r-- | test/NWGNUtryread | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/build/make_nw_export.awk b/build/make_nw_export.awk index a6786fd92..e1c2021ce 100644 --- a/build/make_nw_export.awk +++ b/build/make_nw_export.awk @@ -74,7 +74,7 @@ BEGIN { # next #} -/^[ \t]*AP[RUI]?_DECLARE_DATA .*;$/ { +/^[ \t]*AP[RUI]?_DECLARE_DATA .*;/ { varname = $NF; gsub( /[*;]/, "", varname); gsub( /\[.*\]/, "", varname); diff --git a/test/NWGNUaprtest b/test/NWGNUaprtest index d42a2016e..c106a51a3 100644 --- a/test/NWGNUaprtest +++ b/test/NWGNUaprtest @@ -275,7 +275,7 @@ FILE_nlm_copyright = # Any additional imports go here # FILES_nlm_Ximports = \ - @$(APR)/aprlib.imp \ + @aprlib.imp \) @libc.imp \ $(EOLIST) diff --git a/test/NWGNUechod b/test/NWGNUechod index d1d1100e6..fab6154a6 100644 --- a/test/NWGNUechod +++ b/test/NWGNUechod @@ -209,7 +209,7 @@ FILE_nlm_copyright = # Any additional imports go here # FILES_nlm_Ximports = \ - @$(APR)/aprlib.imp \ + @aprlib.imp \) @libc.imp \ $(EOLIST) diff --git a/test/NWGNUglobalmutexchild b/test/NWGNUglobalmutexchild index 3db805b02..be8434d70 100644 --- a/test/NWGNUglobalmutexchild +++ b/test/NWGNUglobalmutexchild @@ -210,7 +210,7 @@ FILE_nlm_copyright = # Any additional imports go here # FILES_nlm_Ximports = \ - @$(APR)/aprlib.imp \ + @aprlib.imp \) @libc.imp \ $(EOLIST) diff --git a/test/NWGNUmod_test b/test/NWGNUmod_test index 428d4f162..eba9be9a8 100644 --- a/test/NWGNUmod_test +++ b/test/NWGNUmod_test @@ -208,7 +208,7 @@ FILE_nlm_copyright = # Any additional imports go here # FILES_nlm_Ximports = \ - @$(APR)/aprlib.imp \ + @aprlib.imp \) @libc.imp \ $(EOLIST) diff --git a/test/NWGNUproc_child b/test/NWGNUproc_child index 8ba8954cc..0b92b582e 100644 --- a/test/NWGNUproc_child +++ b/test/NWGNUproc_child @@ -208,7 +208,7 @@ FILE_nlm_copyright = # Any additional imports go here # FILES_nlm_Ximports = \ - @$(APR)/aprlib.imp \ + @aprlib.imp \) @libc.imp \ $(EOLIST) diff --git a/test/NWGNUreadchild b/test/NWGNUreadchild index 4e37827be..54fc68412 100644 --- a/test/NWGNUreadchild +++ b/test/NWGNUreadchild @@ -208,7 +208,7 @@ FILE_nlm_copyright = # Any additional imports go here # FILES_nlm_Ximports = \ - @$(APR)/aprlib.imp \ + @aprlib.imp \) @libc.imp \ $(EOLIST) diff --git a/test/NWGNUsockchild b/test/NWGNUsockchild index 3caada649..c7637a4dc 100644 --- a/test/NWGNUsockchild +++ b/test/NWGNUsockchild @@ -208,7 +208,7 @@ FILE_nlm_copyright = # Any additional imports go here # FILES_nlm_Ximports = \ - @$(APR)/aprlib.imp \ + @aprlib.imp \) @libc.imp \ $(EOLIST) diff --git a/test/NWGNUsockperf b/test/NWGNUsockperf index 8e9c548b7..ba3ca0a16 100644 --- a/test/NWGNUsockperf +++ b/test/NWGNUsockperf @@ -209,7 +209,7 @@ FILE_nlm_copyright = # Any additional imports go here # FILES_nlm_Ximports = \ - @$(APR)/aprlib.imp \ + @aprlib.imp \) @libc.imp \ $(EOLIST) diff --git a/test/NWGNUtestatmc b/test/NWGNUtestatmc index ea818cbe5..e796724dd 100644 --- a/test/NWGNUtestatmc +++ b/test/NWGNUtestatmc @@ -210,7 +210,7 @@ FILE_nlm_copyright = # Any additional imports go here # FILES_nlm_Ximports = \ - @$(APR)/aprlib.imp \ + @aprlib.imp \) @libc.imp \ $(EOLIST) diff --git a/test/NWGNUtryread b/test/NWGNUtryread index 9adf3a1bf..063865c25 100644 --- a/test/NWGNUtryread +++ b/test/NWGNUtryread @@ -208,7 +208,7 @@ FILE_nlm_copyright = # Any additional imports go here # FILES_nlm_Ximports = \ - @$(APR)/aprlib.imp \ + @aprlib.imp \) @libc.imp \ $(EOLIST) |