summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-09-20 20:32:25 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-09-20 20:32:25 -0700
commitc0a08a6827a294f74b0ee5feaf5542081cff4381 (patch)
treea54e053d050f648d52369fcf2932fdc7a872703f /Makefile
parent56f7a345d7572e118d4a370bb8e79b328d16bc0e (diff)
Fixes to get upb to compile inside Google.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae30bf0..5320876 100644
--- a/Makefile
+++ b/Makefile
@@ -164,7 +164,7 @@ upb/pb/jit_debug_elf_file.o: upb/pb/jit_debug_elf_file.s
upb/pb/jit_debug_elf_file.h: upb/pb/jit_debug_elf_file.o
$(E) XXD $<
- $(Q) xxd -i upb/pb/jit_debug_elf_file.o > upb/pb/jit_debug_elf_file.h
+ $(Q) xxd -i < upb/pb/jit_debug_elf_file.o > upb/pb/jit_debug_elf_file.h
upb/pb/decoder_x64.h: upb/pb/jit_debug_elf_file.h
endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback