summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-11-06 22:37:37 -0800
committerH. Peter Anvin <hpa@zytor.com>2017-11-06 22:37:37 -0800
commitceeaf11e66d7e1b7ad511446f308337981f71a71 (patch)
tree944768624006cd475296e3d7575bcac4ead0e1e7 /doc
parentad4016952d566ca5f95566676b2d4d126da92e54 (diff)
downloadnasm-ceeaf11e66d7e1b7ad511446f308337981f71a71.tar.gz
Make dependency generation a bit more robust
Improve the corner cases where we might end up with bogus dependencies. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 261a791f..27e6fadb 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -34,6 +34,7 @@ HTMLAUX = nasmdoc.css local.css nasmlogw.png
SRCS = nasmdoc.src inslist.src changes.src version.src
OUT = html nasmdoc.txt nasmdoc.pdf
+.SUFFIXES:
.SUFFIXES: .pfa .ph
all: $(OUT)