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

@ -57,7 +57,8 @@ CPP_UNIT_TESTS += \
XPIDLSRCS = \
nsITestProxy.idl \
nsITestProxyOrig.idl
nsITestProxyOrig.idl \
$(NULL)
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX))