summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2018-06-18 14:02:29 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2018-06-18 14:02:29 -0700
commit50bbafbffb2c4ccb3612d79d4d70176f765eae69 (patch)
tree01fe28c45d57aabcbaacff5e29dd66535a86e7bf /Makefile.in
parent5d8193367e638092f35f5e54128795329f42a746 (diff)
downloadnasm-50bbafbffb2c4ccb3612d79d4d70176f765eae69.tar.gz
Makefile.in: fix building RDOFF
Apparently it isn't just NMAKE which is sensitive to the ordering of .SUFFIXES, it apparently applies just as well to Unix make. Signed-off-by: H. Peter Anvin <hpa@linux.intel.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 0943f39e..949d0131 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -67,7 +67,7 @@ ifeq ($(TRACE),1)
endif
.SUFFIXES:
-.SUFFIXES: .c .i .s .$(O) .$(A) $(X) .1 .txt .xml
+.SUFFIXES: $(X) .$(O) .$(A) .xml .1 .c .i .s .txt
.PHONY: all doc rdf install clean distclean cleaner spotless install_rdf test
.PHONY: install_doc everything install_everything strip perlreq dist tags TAGS