summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEd Beroset <beroset@mindspring.com>2017-04-14 10:11:57 -0400
committerH. Peter Anvin <hpa@linux.intel.com>2017-04-14 09:54:17 -0700
commitd219c5564373fbfbf39be7b2a85a5f8558e1bfbc (patch)
tree27df2b99f3ba04aa1827cb570a90823db27f66d3 /configure.ac
parent8c8234bf6872fd7de0f43978b0aacef0f7f30ca9 (diff)
downloadnasm-d219c5564373fbfbf39be7b2a85a5f8558e1bfbc.tar.gz
configure, doc/Makefile.in: fix out-of-directory build
Fix bit rot for out of directory builds. Signed-off-by: Ed Beroset <beroset@mindspring.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c5b317e2..84ecbe99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -227,5 +227,5 @@ dnl support ccache
dnl
PA_ARG_ENABLED([ccache], [compile with ccache], [CC="ccache $CC"], [])
-AC_OUTPUT_COMMANDS([mkdir -p config nasmlib nsis output stdlib x86 asm disasm rdoff])
+AC_OUTPUT_COMMANDS([mkdir -p config nasmlib nsis output stdlib x86 asm disasm rdoff macros])
AC_OUTPUT(Makefile doc/Makefile)