| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index d86aeaff83ed58327796be906a36676b1ce90762..c1c5c475a66de5d722a9dcaf5fd591ebfcc728e1 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -108,13 +108,13 @@ SRCS = \
|
| IceTargetLoweringX8632.cpp \
|
| IceTimerTree.cpp \
|
| IceTranslator.cpp \
|
| - IceTypeConverter.cpp \
|
| IceTypes.cpp \
|
| llvm2ice.cpp \
|
| PNaClTranslator.cpp
|
|
|
| ifndef MINIMAL
|
| - SRCS += IceConverter.cpp
|
| + SRCS += IceConverter.cpp \
|
| + IceTypeConverter.cpp
|
| endif
|
|
|
| OBJS=$(patsubst %.cpp, $(OBJDIR)/%.o, $(SRCS))
|
|
|