public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: Avoid 'Makefile.in seems to ignore the --datarootdir setting' warning
@ 2020-11-08 15:21 Jon TURNEY
  0 siblings, 0 replies; only message in thread
From: Jon TURNEY @ 2020-11-08 15:21 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=187281b71134a36b938fbc3147e426a4482466e9

commit 187281b71134a36b938fbc3147e426a4482466e9
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Tue Nov 3 14:50:40 2020 +0000

    Cygwin: Avoid 'Makefile.in seems to ignore the --datarootdir setting' warning
    
    Avoid a 'Makefile.in seems to ignore the --datarootdir setting' warning
    when configuring in testsuite directory.

Diff:
---
 winsup/testsuite/Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in
index 0e7f6ff1e..50319cda4 100644
--- a/winsup/testsuite/Makefile.in
+++ b/winsup/testsuite/Makefile.in
@@ -35,6 +35,7 @@ endif
 else
 tooldir:=$(exec_prefix)/$(target_alias)
 endif
+datarootdir:=@datarootdir@
 datadir:=${DESTDIR}@datadir@
 infodir:=${DESTDIR}@infodir@
 includedir:=${DESTDIR}@includedir@


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-08 15:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-08 15:21 [newlib-cygwin] Cygwin: Avoid 'Makefile.in seems to ignore the --datarootdir setting' warning Jon TURNEY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).