Index: Makefile.standalone |
diff --git a/Makefile.standalone b/Makefile.standalone |
index 940817c91d8992c227ae8360123de979c1815d8c..64de888e87a0d75d5e8557bd0067b77d9a569220 100644 |
--- a/Makefile.standalone |
+++ b/Makefile.standalone |
@@ -325,6 +325,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 $@ |