]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 17 Mar 2000 18:32:02 +0000 (18:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 17 Mar 2000 18:32:02 +0000 (18:32 +0000)
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.

ChangeLog
manual/Makefile

index 6388b941b64b51294578bc1414000593c627430d..ae08dd91c93ba1abb078571c750f3c371ea6760c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * nscd/hstcache.c: Restore correct UID.
index 51ada2c6af293e0e801745350d96bdf1c97dce9e..20c4daf3c133633f78e1e9004d0ca46df7a2c6a2 100644 (file)
@@ -40,7 +40,7 @@ endif
 
 TEXI2PDF = pdftexinfo
 
-ifneq ($(strip $(MAKEINFO)),)
+ifneq ($(strip $(MAKEINFO)),:)
 all: info
 info: libc.info dir-add.info
 endif
@@ -172,7 +172,7 @@ realclean: distclean
 
 .PHONY: install subdir_install installdirs install-data
 install-data subdir_install: install
-ifneq ($(strip $(MAKEINFO)),)
+ifneq ($(strip $(MAKEINFO)),:)
 # There are two variants of install-info out there.  The GNU version
 # knows about the INFO-DIR-SECTION tag, the Debian version doesn't.
 ifneq ($(OLD_DEBIAN_INSTALL_INFO),yes)