* doc/misc/Makefile.in (.SUFFIXES): Disable implicit rules.
Fixes previous change.
This commit is contained in:
parent
c7f95930c7
commit
9583393ff6
2 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue