summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-02-14 10:30:22 -0800
committerJoshua Haberman <joshua@reverberate.org>2011-02-14 10:30:22 -0800
commit5137ac8d611def74ae493fc5cae989d510bca7ad (patch)
tree5490d75ec8e7affe081ca75cc7e0b2f5a1703dce /Makefile
parent4f9aeee6c7414bec2e1d8a9d3508dbd21f4d3394 (diff)
Update to latest descriptor.proto.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 13cd4c2..d09ab89 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ LDLIBS=-lpthread src/libupb.a
# of the scheme we use that compiles the same source file multiple times with
# different -D options, which can include different header files.
deps: gen-deps.sh Makefile $(CORE) $(STREAM)
- @CPPFLAGS="$(CPPFLAGS)" ./gen-deps.sh $(CORE) $(STREAM) $(TOOLS)
+ @CPPFLAGS="$(CPPFLAGS)" ./gen-deps.sh $(CORE) $(STREAM)
@echo Regenerating dependencies for src/...
$(ALLSRC): perf-cppflags
@@ -68,9 +68,6 @@ STREAM= \
src/upb_msg.c \
src/upb_glue.c \
-TOOLS= \
- src/upbc.c
-
# Parts of core that are yet to be converted.
OTHERSRC=src/upb_encoder.c src/upb_text.c
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback