Update.
2000-03-16 Andreas Jaeger <aj@suse.de> * manual/Makefile: MAKEINFO is set to `:' from configure if it doesn't exist, correct checks. Fixes PR libc/1649.
This commit is contained in:
parent
5c7b0fb206
commit
96888079ea
@ -1,3 +1,8 @@
|
|||||||
|
2000-03-16 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* manual/Makefile: MAKEINFO is set to `:' from configure if it
|
||||||
|
doesn't exist, correct checks. Fixes PR libc/1649.
|
||||||
|
|
||||||
2000-03-16 Thorsten Kukuk <kukuk@suse.de>
|
2000-03-16 Thorsten Kukuk <kukuk@suse.de>
|
||||||
|
|
||||||
* nscd/hstcache.c: Restore correct UID.
|
* nscd/hstcache.c: Restore correct UID.
|
||||||
|
@ -40,7 +40,7 @@ endif
|
|||||||
|
|
||||||
TEXI2PDF = pdftexinfo
|
TEXI2PDF = pdftexinfo
|
||||||
|
|
||||||
ifneq ($(strip $(MAKEINFO)),)
|
ifneq ($(strip $(MAKEINFO)),:)
|
||||||
all: info
|
all: info
|
||||||
info: libc.info dir-add.info
|
info: libc.info dir-add.info
|
||||||
endif
|
endif
|
||||||
@ -172,7 +172,7 @@ realclean: distclean
|
|||||||
|
|
||||||
.PHONY: install subdir_install installdirs install-data
|
.PHONY: install subdir_install installdirs install-data
|
||||||
install-data subdir_install: install
|
install-data subdir_install: install
|
||||||
ifneq ($(strip $(MAKEINFO)),)
|
ifneq ($(strip $(MAKEINFO)),:)
|
||||||
# There are two variants of install-info out there. The GNU version
|
# There are two variants of install-info out there. The GNU version
|
||||||
# knows about the INFO-DIR-SECTION tag, the Debian version doesn't.
|
# knows about the INFO-DIR-SECTION tag, the Debian version doesn't.
|
||||||
ifneq ($(OLD_DEBIAN_INSTALL_INFO),yes)
|
ifneq ($(OLD_DEBIAN_INSTALL_INFO),yes)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user