зеркало из https://github.com/mozilla/pjs.git
Do nothing if MOZ_ENABLE_GTK_MOZILLA is not set.
This commit is contained in:
Родитель
3926f17c8a
Коммит
fa4d13863c
|
@ -22,14 +22,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
##
|
||||
## This does not work, cause GtkMozilla does not use the mozilla build
|
||||
## system.
|
||||
##
|
||||
## ifdef MOZ_ENABLE_GTK_MOZILLA
|
||||
## DIRS += gtk
|
||||
## endif
|
||||
|
||||
ifdef MOZ_ENABLE_GTK_MOZILLA
|
||||
all:: export libs install
|
||||
export::
|
||||
libs::
|
||||
|
@ -40,5 +33,13 @@ install::
|
|||
|
||||
clobber::
|
||||
@cd gtk ; $(MAKE) clean ; cd ..
|
||||
else
|
||||
all::
|
||||
export::
|
||||
libs::
|
||||
depend::
|
||||
install::
|
||||
clobber::
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче