This commit is contained in:
cls%seawood.org 1998-10-28 03:42:45 +00:00
Родитель 89e0d6baf4
Коммит 06405b5ce2
1 изменённых файлов: 7 добавлений и 1 удалений

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

@ -99,7 +99,7 @@ real_depend: depend
# Rules for pulling the source from the cvs repository
#
pull_all: pull_lizard pull_xpcom pull_imglib pull_netlib pull_nglayout pull_plugin
pull_all: pull_lizard pull_xpcom pull_imglib pull_netlib pull_nglayout pull_plugin pull_autoconf
pull_lizard:
cd $(MOZ_SRC)/.; \
@ -157,6 +157,12 @@ pull_doc:
$(CVSCO_NGLAYOUT) mozilla/LICENSE; \
$(CVSCO_NGLAYOUT) mozilla/LEGAL
pull_autoconf:
cd $(MOZ_SRC)/.; \
$(CVSCO_NGLAYOUT) mozilla/build/autoconf; \
$(CVSCO_NGLAYOUT) mozilla/Makefile.in; \
$(CVSCO_NGLAYOUT) mozilla/configure.in;
######################################################################
#
# Build tarball