summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-06-21 19:00:12 +0000
committerH. Peter Anvin <hpa@zytor.com>2007-06-21 19:00:12 +0000
commit52daec56f92a29f2bb011a5fd7f57b80caf73d77 (patch)
tree9e191a48c3348b33b4381308ca0c50b0d19a4c02 /Makefile.in
parentfa87e1a0880d363a7ba3ae31fab25fa1a1afe763 (diff)
downloadnasm-52daec56f92a29f2bb011a5fd7f57b80caf73d77.tar.gz
Detect missing <inttypes.h> and include ersatz version if missing
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 10d84a9e..c252854f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -7,6 +7,7 @@
# redistributable under the licence given in the file "Licence"
# distributed in the NASM archive.
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
prefix = @prefix@