summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2016-11-29 19:54:12 +0000
committerJosh Haberman <jhaberman@gmail.com>2016-11-29 19:54:12 +0000
commite977c0af03fa2aa366ca7ecffcf007f186357c60 (patch)
treecebb16f6b8b9686d7da1a892465c9b74e53674d2 /Makefile
parent39c2414d686e92541cda94904e003d4f0d15ca08 (diff)
Fixed more bugs surfaced by Travis.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 62af57c..cf915c1 100644
--- a/Makefile
+++ b/Makefile
@@ -250,6 +250,8 @@ obj/upb/%.lo: upb/%.cc | $$(@D)/.
# Regenerating the auto-generated files in upb/.
upb/descriptor/descriptor.pb: upb/descriptor/descriptor.proto
+ $(E) PROTOC upb/descriptor/descriptor.proto
+ $(Q) protoc upb/descriptor/descriptor.proto -oupb/descriptor/descriptor.pb
# "genfiles" includes Proto schemas we need for tests
# For the moment we check in the *.upbdefs.* generated files so that people
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback