Update Makefile.in, not Makefile :-(

This commit is contained in:
Rafael Ávila de Espíndola 2011-04-13 14:05:02 -04:00
parent e7b8db2e63
commit 1fa7fe758f
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ RUNTIME_LIBS := $(CFG_GCC_POST_LIB_FLAGS)
######################################################################
RUSTLLVM_LIB_CS := $(addprefix rustllvm/, \
MachOObjectFile.cpp Object.cpp)
MachOObjectFile.cpp Object.cpp Passes.cpp)
RUSTLLVM_OBJS_CS := $(addprefix rustllvm/, RustWrapper.cpp)