summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-02-15 10:18:05 -0800
committerJoshua Haberman <joshua@reverberate.org>2011-02-15 10:18:05 -0800
commit70cfa9ede9d499182c5ff7f910b5ab4671a0142a (patch)
tree3411069c4b4bd5545a8bcca932649530f8c45803 /Makefile
parent27d61037f7991e7bee1a8fd75fdcd53eae0a769a (diff)
Fix small problem in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0770c78..f988657 100644
--- a/Makefile
+++ b/Makefile
@@ -350,6 +350,6 @@ endif
LUAEXT=lang_ext/lua/upb.so
lua: $(LUAEXT)
-lang_ext/lua/upb.so: lang_ext/lua/upb.lo $(LIBUPB_PIC)
+lang_ext/lua/upb.so: lang_ext/lua/upb.c $(LIBUPB_PIC)
@echo CC lang_ext/lua/upb.c
@$(CC) $(CFLAGS) $(CPPFLAGS) $(LUA_CPPFLAGS) -fpic -shared -o $@ $< src/libupb_pic.a $(LUA_LDFLAGS)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback