summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2015-07-15 09:51:38 -0700
committerJosh Haberman <jhaberman@gmail.com>2015-07-15 09:51:38 -0700
commit5506b5894300d1e413a8b5d7ae8c7d8efa8544c7 (patch)
tree828cbd068b5c9777be3c6c14ead55fb44150d526 /Makefile
parent5b44720f8f0772452f6e3316a1225474f6740714 (diff)
Fixed JSON parser error reporting.
This was previously broken -- it would try to set the status object on the parser, but the pointer was never initialized. Also it didn't report errors properly to the environment object.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d5c248..7466dba 100644
--- a/Makefile
+++ b/Makefile
@@ -110,7 +110,6 @@ clean_leave_profile:
@rm -rf obj lib
@rm -f tests/google_message?.h
@rm -f $(TESTS) tests/testmain.o tests/t.*
- @rm -f upb/descriptor/descriptor.pb
@rm -rf tools/upbc deps
@rm -rf upb/bindings/python/build
@rm -f upb/bindings/ruby/Makefile
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback