Fix the previous checkin. Makefile rule commands must start with a TAB.

git-svn-id: svn://10.0.0.236/trunk@113800 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com 2002-02-06 16:06:36 +00:00
parent 482c07a5d2
commit 3527b9968e

View File

@ -327,7 +327,8 @@ distclean::
cat unallmakefiles | $(XARGS) rm -f
rm -f unallmakefiles $(DIST_GARBAGE)
# Temporary hack for NSS 3.4 landing (bug 116334, wtc@netscape.com)
ifdef COMPILER_DEPEND
depend::
$(MAKE) -C security/manager depend
endif
$(MAKE) -C security/manager depend
endif