* doc/misc/Makefile.in (.SUFFIXES): Disable implicit rules.

Fixes previous change.
This commit is contained in:
Glenn Morris 2012-05-11 22:05:05 -04:00
parent c7f95930c7
commit 9583393ff6
2 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
2012-05-12 Glenn Morris <rgm@gnu.org>
* Makefile.in (info.info): Rename from info, to avoid duplication.
(.SUFFIXES): Disable implicit rules.
* Makefile.in (MKDIR_P): New, set by configure.
(mkinfodir): Use $MKDIR_P.

View file

@ -216,6 +216,8 @@ ENVADD = TEXINPUTS="$(srcdir):$(emacsdir):$(TEXINPUTS)" \
mkinfodir = @${MKDIR_P} ${srcdir}/${infodir}
.PHONY: info dvi pdf echo-info
## Prevent implicit rule triggering for foo.info.
.SUFFIXES:
# Default.
info: $(INFO_TARGETS)