summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2016-03-09 14:11:40 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2016-03-09 14:11:40 -0800
commit89c1770e14c8ca3fa478ddf3106f76835fc0704f (patch)
treeb5a38ccbe8a726fcf84f69790aa4f6d65c2729eb /Makefile.in
parent65808c983a4586d47f128087a03a89fe2e894004 (diff)
downloadnasm-89c1770e14c8ca3fa478ddf3106f76835fc0704f.tar.gz
autoconf improvements: @SET_MAKE@, library extension
Minor autoconf corner cases. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6ce5c7cc..06face8e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -6,6 +6,8 @@
# redistributable under the license given in the file "LICENSE"
# distributed in the NASM archive.
+@SET_MAKE@
+
top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
@@ -48,7 +50,7 @@ FIND = find
# Binary suffixes
O = @OBJEXT@
X = @EXEEXT@
-A = a
+A = @LIBEXT@
# Debug stuff
ifeq ($(TRACE),1)