changed clobber_julian depend_julian targets so they now go to

mozilla\modules\calendar rather than ns\julian


git-svn-id: svn://10.0.0.236/trunk@10075 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jsun%netscape.com 1998-09-15 21:15:08 +00:00
parent 10e6bcc931
commit 06ca545ef4

View File

@ -261,7 +261,7 @@ depend_dist::
depend_julian::
cd $(MOZ_SRC)\ns\modules\libnls
nmake -f makefile.win depend
cd $(MOZ_SRC)\ns\julian
cd $(MOZ_SRC)\$(MOZ_TOP)\modules\calendar
nmake -f makefile.win depend
cd $(MOZ_SRC)\.
@ -280,7 +280,7 @@ clobber_dist::
clobber_julian::
cd $(MOZ_SRC)\ns\modules\libnls
nmake -f makefile.win clobber_all
cd $(MOZ_SRC)\ns\julian
cd $(MOZ_SRC)\$(MOZ_TOP)\modules\calendar
nmake -f makefile.win clobber_all
cd $(MOZ_SRC)\.