Create the Security link correctly.

git-svn-id: svn://10.0.0.236/trunk@64793 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
relyea%netscape.com 2000-03-31 20:48:55 +00:00
parent c643070c5c
commit b287229fe6

View File

@ -84,5 +84,5 @@ ifdef MOZILLA_SECURITY_BUILD
# over move to mozilla
#
rm -f $(CORE_DEPTH)/security
ln -s $(CORE_DEPTH)/nss $(CORE_DEPTH)/security
(cd $(CORE_DEPTH) ; ln -s nss security)
endif