summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-04-06 23:33:42 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-04-06 23:33:42 -0700
commit717695f440c531d8a8cd9a39a019420af3c8aab1 (patch)
tree5d1869ac406a2d14cdedc6aef75451a1913d6622 /Makefile.in
parent910ae64b31304a4c43034036ed5aeb9a870fb951 (diff)
downloadnasm-717695f440c531d8a8cd9a39a019420af3c8aab1.tar.gz
Makefile.in: add $(X) to the list of suffixes
If $(X) is not empty, it needs to be added as a suffix, otherwise the rule .$(O)$(X) won't do anything at all. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ca503faf..ebe793ff 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -65,7 +65,7 @@ ifeq ($(TRACE),1)
CFLAGS += -DNASM_TRACE
endif
-.SUFFIXES: .c .i .s .$(O) .$(A) .1 .txt .xml
+.SUFFIXES: .c .i .s .$(O) .$(A) $(X) .1 .txt .xml
.PHONY: all doc rdf install clean distclean cleaner spotless install_rdf test
.PHONY: install_doc everything install_everything strip perlreq dist tags TAGS