Commit 2a71320d authored by akkana%netscape.com's avatar akkana%netscape.com
Browse files

Add some more commands to 'gmake build'

parent 1d15b7f0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -70,6 +70,10 @@ checkout:
build:
	PWD=`pwd`
	(cd mozilla; $(AUTOCONF))
	mkdir mozilla/$(OBJDIR)
	(cd mozilla/$(OBJDIR); ../configure --with-nspr=$(WITH_NSPR))
	(cd mozilla/$(OBJDIR); gmake depend)
	(cd mozilla/$(OBJDIR); gmake)

# Do an autoconf build, this isn't working yet. -mcafee
#