summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-02-13 18:05:19 -0800
committerJoshua Haberman <joshua@reverberate.org>2011-02-13 18:05:19 -0800
commit6881b2c5cb8b824b9c16a1e7e0035c6dfb874a4c (patch)
treea35c603695161cadf7f42eb0b4a99a2cb3e96aa1 /Makefile
parentb037b3e8f79f60bef2b9450c2e7c29c2529214db (diff)
Added proper error about broken 0-values for enums.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7fa864..92f1cd8 100644
--- a/Makefile
+++ b/Makefile
@@ -157,7 +157,7 @@ src/descriptor.pb: src/descriptor.proto
descriptorgen: src/descriptor.pb src/upbc
@# Regenerate descriptor_const.h
- ./tools/upbc -o src/descriptor src/descriptor.pb
+ ./src/upbc -o src/descriptor src/descriptor.pb
cd src && xxd -i descriptor.pb > descriptor.c
src/upbc: src/upbc.c $(LIBUPB)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback