зеркало из https://github.com/mozilla/pjs.git
Fix for non-Linux and Solaris build bustage. r=sgehani
This commit is contained in:
Родитель
9256c63d4e
Коммит
ef6d7f2cd9
|
@ -26,7 +26,11 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = include src standalone
|
||||
DIRS = include src
|
||||
|
||||
ifneq (,$(filter Linux SunOS,$(OS_ARCH)))
|
||||
DIRS += standalone
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче