summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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