Fix ifdef.
git-svn-id: svn://10.0.0.236/trunk@78704 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
8966bbdb7f
commit
9117d7aa8e
@ -32,7 +32,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = public res src stub
|
||||
|
||||
ifeq (,$(filter Linux SunOS5,$(OS_ARCH)))
|
||||
ifneq (,$(filter Linux SunOS5,$(OS_ARCH)))
|
||||
ifdef MOZ_ENABLE_GTK
|
||||
DIRS += wizard/unix/src2
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user