summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-02-18 19:21:19 -0800
committerJoshua Haberman <joshua@reverberate.org>2011-02-18 19:21:19 -0800
commit1e972d40f1d1d7833228c64a4c694a1777c99911 (patch)
tree5955fd37aa18f8b0607dbb2ccb2f9ee7e8732143 /Makefile
parent61e5d367ff180a4fcd48dd06b9918a9d37edc766 (diff)
Bring lua extension up to date with new symtab APIs.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6801f63..3e11417 100644
--- a/Makefile
+++ b/Makefile
@@ -150,7 +150,7 @@ src/upb_decoder_x64.o: src/upb_decoder_x64.asm
src/upb_decoder_x64.lo: src/upb_decoder_x64.asm
$(E) NASM $<
- $(Q) nasm -Ox src/upb_decoder_x64.asm -o src/upb_decoder_x64.o -f macho64
+ $(Q) nasm -Ox src/upb_decoder_x64.asm -o src/upb_decoder_x64.lo -f macho64
# Function to expand a wildcard pattern recursively.
rwildcard=$(strip $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2)$(filter $(subst *,%,$2),$d)))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback