Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ulrich Drepper committed Mar 17, 2000
1 parent 5c7b0fb commit 9688807
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions manual/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ endif

TEXI2PDF = pdftexinfo

ifneq ($(strip $(MAKEINFO)),)
ifneq ($(strip $(MAKEINFO)),:)
all: info
info: libc.info dir-add.info
endif
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 9688807

Please sign in to comment.