зеркало из https://github.com/mozilla/gecko-dev.git
Remove extraneous spaces and add $(NULL) to XPIDLSRCS.
This commit is contained in:
Родитель
bd67eb6f6f
Коммит
12af6e12b4
|
@ -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))
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче