mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Make sure <build-dir>/manual directory gets created.
This commit is contained in:
parent
75fa192131
commit
834f9b8d3c
@ -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
|
||||
|
@ -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 $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user