aboutsummaryrefslogtreecommitdiff
path: root/winsup/testsuite
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2020-10-28 20:20:27 +0000
committerJon Turney <jon.turney@dronecode.org.uk>2020-11-08 14:41:38 +0000
commitfb967562b02e0bed196d3c149191b174ed90e674 (patch)
tree67643772af9588527d7364fa2c8a5c29b507e26b /winsup/testsuite
parente6248c2fd0d7fc633d1e76e1fd7bb5e0d1cc9ae8 (diff)
downloadnewlib-fb967562b02e0bed196d3c149191b174ed90e674.zip
newlib-fb967562b02e0bed196d3c149191b174ed90e674.tar.gz
newlib-fb967562b02e0bed196d3c149191b174ed90e674.tar.bz2
Cygwin: Use absolute path to libltp includes
Use an absolute path to libltp includes, to allow for the fact that we'll be compiling tests in a subdirectory.
Diffstat (limited to 'winsup/testsuite')
-rw-r--r--winsup/testsuite/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in
index 53eb673..a9388ef 100644
--- a/winsup/testsuite/Makefile.in
+++ b/winsup/testsuite/Makefile.in
@@ -143,7 +143,7 @@ site.exp: ./config.status Makefile
@echo "set CFLAGS \"$(ALL_CFLAGS)\"" >> ./tmp0
@echo "set MINGW_CXX \"$(MINGW_CXX)\"" >> ./tmp0
echo "set tmpdir $(objdir)/testsuite" >> ./tmp0
- @echo "set ltp_includes \"$(libltp_srcdir)/include\"" >> ./tmp0
+ @echo "set ltp_includes \"$(realpath $(libltp_srcdir))/include\"" >> ./tmp0
@echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0
@cat ./tmp0 > site.exp
@cat site.bak | sed \