Do nothing if MOZ_ENABLE_GTK_MOZILLA is not set.

This commit is contained in:
ramiro%netscape.com 1999-07-16 13:47:20 +00:00
Родитель 3926f17c8a
Коммит fa4d13863c
1 изменённых файлов: 9 добавлений и 8 удалений

Просмотреть файл

@ -22,14 +22,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
## ifdef MOZ_ENABLE_GTK_MOZILLA
## This does not work, cause GtkMozilla does not use the mozilla build
## system.
##
## ifdef MOZ_ENABLE_GTK_MOZILLA
## DIRS += gtk
## endif
all:: export libs install all:: export libs install
export:: export::
libs:: libs::
@ -40,5 +33,13 @@ install::
clobber:: clobber::
@cd gtk ; $(MAKE) clean ; cd .. @cd gtk ; $(MAKE) clean ; cd ..
else
all::
export::
libs::
depend::
install::
clobber::
endif
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk