mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Remove extraneous spaces and add $(NULL) to XPIDLSRCS.
This commit is contained in:
parent
d9344bb542
commit
1b740900c8
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user