mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-20 09:58:10 +00:00
Fix invalid make syntax from bug 562195, a=rs
This commit is contained in:
parent
d572985f45
commit
17dccf0e43
widget/src
@ -53,7 +53,7 @@ DEFINES += \
|
||||
|
||||
ifdef MOZ_X11
|
||||
PARALLEL_DIRS = x11
|
||||
endif //MOZ_X11
|
||||
endif
|
||||
|
||||
CPPSRCS = \
|
||||
WidgetUtils.cpp \
|
||||
|
@ -85,7 +85,7 @@ endif
|
||||
SHARED_LIBRARY_LIBS = ../shared/$(LIB_PREFIX)widget_shared.$(LIB_SUFFIX)
|
||||
ifdef MOZ_X11
|
||||
SHARED_LIBRARY_LIBS += ../shared/x11/$(LIB_PREFIX)widget_shared_x11.$(LIB_SUFFIX)
|
||||
endif //MOZ_X11
|
||||
endif
|
||||
|
||||
LOCAL_INCLUDES += \
|
||||
-I$(srcdir)/../$(MOZ_WIDGET_TOOLKIT) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user