So, if the Makefiles do not exist when we want to clean up the directory, make them.

This commit is contained in:
cls%seawood.org 2001-02-23 06:07:56 +00:00
Родитель fccc242547
Коммит 48bef5aa8c
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -235,14 +235,14 @@ clobber_all: clobber_nspr clobber_psm clobber_seamonkey
build_all: build_nspr build_seamonkey
distclean:
distclean: nsprpub\config.status
@cd $(MOZ_SRC)\$(MOZ_TOP)\nsprpub
gmake distclean
@cd $(MOZ_SRC)\$(MOZ_TOP)
nmake /f client.mak clobber_psm
nmake /f client.mak clobber_seamonkey
clobber_nspr:
clobber_nspr: nsprpub\config.status
@cd $(MOZ_SRC)\$(MOZ_TOP)\nsprpub
gmake clobber