Add missing file to lirasm/Makefile.in so lirasm builds again. No bug filed, r=graydon via IRC.

This commit is contained in:
Nicholas Nethercote 2009-10-08 08:51:15 +11:00
Родитель ce4727094d
Коммит 446e880098
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -57,6 +57,7 @@ CPPSRCS = lirasm.cpp \
RegAlloc.cpp \ RegAlloc.cpp \
avmplus.cpp \ avmplus.cpp \
Native$(NANOJIT_ARCH).cpp \ Native$(NANOJIT_ARCH).cpp \
VMPI.cpp \
$(NULL) $(NULL)