Replaced one of the dependencies of everything with the proper one.

git-svn-id: svn://10.0.0.236/trunk@40210 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com 1999-07-20 02:10:47 +00:00
parent c9d42e856e
commit 5d7045c01d

View File

@ -272,7 +272,7 @@ all:: export libs install
alldep:: export depend libs install
# Do everything from scratch
everything:: clobber_all alldep
everything:: realclean alldep
#
# Rules to make OBJDIR and MDDEPDIR (for --enable-md).
@ -728,7 +728,7 @@ export:: $(JAVA_DESTPATH) $(JAVA_DESTPATH)/$(PACKAGE)
all:: export
clobber::
clean clobber::
rm -f $(XPDIST)/classes/$(PACKAGE)/*.class
endif