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

This commit is contained in:
Reed Loden 2008-08-20 01:52:22 -05:00
parent d9344bb542
commit 1b740900c8

View File

@ -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))