Remove extraneous spaces and add $(NULL) to XPIDLSRCS.

This commit is contained in:
Reed Loden 2008-08-20 01:52:22 -05:00
Родитель bd67eb6f6f
Коммит 12af6e12b4
1 изменённых файлов: 4 добавлений и 3 удалений

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

@ -50,14 +50,15 @@ CPPSRCS = proxytests.cpp \
proxy-create-threadsafety.cpp \
$(NULL)
CPP_UNIT_TESTS += \
CPP_UNIT_TESTS += \
proxytests.cpp \
proxy-create-threadsafety.cpp \
$(NULL)
XPIDLSRCS = \
XPIDLSRCS = \
nsITestProxy.idl \
nsITestProxyOrig.idl
nsITestProxyOrig.idl \
$(NULL)
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX))