Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@pefoley.com>2016-03-19 20:45:57 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-03-20 14:36:40 +0300
commit3bc912c02b3cd6692313e7e3cdd8acd0685483d1 (patch)
treeb178c5b8cd3e3228368641fbb635341528a9f341
parent5bc753c5a2708173c77f0162d644b31707b049a0 (diff)
respect datarootdir
Recent versions of autoconf define datadir/infodir in terms of datarootdir. Add it. winsup/ChangeLog * Makefile.in: define datarootdir Signed-off-by: Peter Foley <pefoley2@pefoley.com>
-rw-r--r--winsup/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/Makefile.in b/winsup/Makefile.in
index 29ef22abe..1fdf93aa9 100644
--- a/winsup/Makefile.in
+++ b/winsup/Makefile.in
@@ -33,6 +33,7 @@ endif
else
tooldir:=$(exec_prefix)/$(target_alias)
endif
+datarootdir:=@datarootdir@
datadir:=@datadir@
infodir:=@infodir@
includedir:=@includedir@