]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Make sure <build-dir>/manual directory gets created.
authorRoland McGrath <roland@hack.frob.com>
Thu, 14 Jun 2012 16:44:27 +0000 (09:44 -0700)
committerRoland McGrath <roland@hack.frob.com>
Thu, 14 Jun 2012 16:44:27 +0000 (09:44 -0700)
ChangeLog
manual/Makefile

index 5f7edb94670068e25afd36704c8a1420384f7f16..ee82866f121636e386eaec51e20a15b652b26dcf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-14  Roland McGrath  <roland@hack.frob.com>
+
+       * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
+
 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
 
        * libm_test.inc (csqrt_test): Allow more spurious underflow
index ae0440997bf0bcc1f29867f7f687c91a00f9547d..67e13904bbc1d3f82eb4a9db9c8e4f36a5acfc02 100644 (file)
@@ -51,6 +51,7 @@ licenses = freemanuals.texi lgpl-2.1.texi fdl-1.3.texi
 
 -include $(objpfx)texis
 $(objpfx)texis: texis.awk $(chapters) $(add-chapters) $(appendices) $(licenses)
+       $(make-target-directory)
        $(AWK) -f $^ > $@.T
        mv -f $@.T $@