mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Fixed a problem with the pull_nglayout rule being recursively defined
This commit is contained in:
parent
db0bee2149
commit
af8efef918
@ -189,7 +189,7 @@ $(DIST_DIRS) $(RAPTOR_DIRS)::
|
||||
|
||||
pull_all: pull_seamonkey
|
||||
|
||||
pull_nglayout: pull_lizard pull_xpcom pull_imglib pull_netlib pull_nglayout \
|
||||
pull_nglayout: pull_lizard pull_xpcom pull_imglib pull_netlib pull_nglayoutcore \
|
||||
pull_editor
|
||||
|
||||
pull_seamonkey:
|
||||
@ -241,7 +241,7 @@ pull_netlib:
|
||||
$(CVSCO_NETWORK) $(MOZ_TOP)/network
|
||||
$(CVSCO_NETWORK) $(MOZ_TOP)/include
|
||||
|
||||
pull_nglayout:
|
||||
pull_nglayoutcore:
|
||||
@cd $(MOZ_SRC)\.
|
||||
$(CVSCO_RAPTOR) $(MOZ_TOP)/base
|
||||
$(CVSCO_RAPTOR) $(MOZ_TOP)/dom
|
||||
|
Loading…
Reference in New Issue
Block a user