From 1e972d40f1d1d7833228c64a4c694a1777c99911 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Fri, 18 Feb 2011 19:21:19 -0800 Subject: Bring lua extension up to date with new symtab APIs. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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))) -- cgit v1.2.3