| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index 2997247e8acfb66991b9bdbe87353c4560a56976..6c976e4f4b56c6eeaccffede1bdc760b73120bff 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -323,6 +323,9 @@ $(SB_OBJDIR)/pnacl-sz.x86-32.nexe: $(SB_OBJS)
|
| $(SB_TRANSLATE) -arch x86-32 $(PNACL_SZ_BASE).nonfinal.pexe -o $@ \
|
| --allow-llvm-bitcode-input
|
|
|
| +src/IceRegistersARM32.def: pydir/gen_arm32_reg_tables.py
|
| + python $< > $@
|
| +
|
| # TODO(stichnot): Be more precise than "*.h" here and elsewhere.
|
| $(OBJS): $(OBJDIR)/%.o: src/%.cpp src/*.h src/*.def
|
| $(CXX) -c $(CXXFLAGS) $< -o $@
|
|
|