From 5137ac8d611def74ae493fc5cae989d510bca7ad Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Mon, 14 Feb 2011 10:30:22 -0800 Subject: Update to latest descriptor.proto. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3