]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Default install_root value from DESTDIR.
authorRoland McGrath <roland@hack.frob.com>
Tue, 5 Jul 2011 16:57:47 +0000 (09:57 -0700)
committerRoland McGrath <roland@hack.frob.com>
Tue, 5 Jul 2011 16:57:47 +0000 (09:57 -0700)
ChangeLog
config.make.in

index 18e5fb077308acc55d18507ff3fc290a36a96df6..c853190f714e57385e6242529e0f13b680dbf220 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-05  Roland McGrath  <roland@hack.frob.com>
+
+       * config.make.in (install_root): Default to $(DESTDIR).
+
 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
 
        * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
index 6e876ebecea563216183686fcc3e6ab7aa762140..b73b21e09bdd2e040c1922bd6e23d6a74cf33843 100644 (file)
@@ -5,7 +5,7 @@ version = @VERSION@
 release = @RELEASE@
 
 # Installation prefixes.
-install_root =
+install_root = $(DESTDIR)
 prefix = @prefix@
 exec_prefix = @exec_prefix@
 datadir = @datadir@