mirror of git://sourceware.org/git/glibc.git
Remove INSTALL_INFO setting in manual/Makefile.
* manual/Makefile (INSTALL_INFO): Remove variable setting.
This commit is contained in:
parent
215db4029e
commit
355bc9868b
|
|
@ -1,5 +1,7 @@
|
||||||
2014-03-06 Joseph Myers <joseph@codesourcery.com>
|
2014-03-06 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* manual/Makefile (INSTALL_INFO): Remove variable setting.
|
||||||
|
|
||||||
* math/libm-test.inc (struct test_f_f_data): Move expected results
|
* math/libm-test.inc (struct test_f_f_data): Move expected results
|
||||||
into structure for each rounding mode.
|
into structure for each rounding mode.
|
||||||
(struct test_ff_f_data): Likewise.
|
(struct test_ff_f_data): Likewise.
|
||||||
|
|
|
||||||
|
|
@ -21,9 +21,6 @@ subdir := manual
|
||||||
|
|
||||||
include ../Makeconfig
|
include ../Makeconfig
|
||||||
|
|
||||||
# Allow override
|
|
||||||
INSTALL_INFO = install-info
|
|
||||||
|
|
||||||
.PHONY: dvi pdf info html
|
.PHONY: dvi pdf info html
|
||||||
|
|
||||||
dvi: $(objpfx)libc.dvi
|
dvi: $(objpfx)libc.dvi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue