Skip to content
Snippets Groups Projects
Commit 430ce8f0 authored by rswindell's avatar rswindell
Browse files

Gets new include module from CVS (src/mozilla/js/src/*.h moved here).

parent 54893627
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ externals: sbj sbl
sbbs3: $(SBBSDIR)/src/sbbs3 $(SBBSDIR)/src/uifc $(SBBSDIR)/src/xpdev \
$(SBBSDIR)/src/mozilla $(SBBSDIR)/lib/mozilla/js/$(os).$(SUFFIX)
$(SBBSDIR)/include $(SBBSDIR)/lib/mozilla/js/$(os).$(SUFFIX)
$(MAKE) -C $(SBBSDIR)/src/sbbs3 $(MKFLAGS)
scfg: $(SBBSDIR)/src/sbbs3 $(SBBSDIR)/src/uifc $(SBBSDIR)/src/xpdev
......@@ -174,9 +174,9 @@ ifndef NOCVS
$(CVS_CO) -r $(CVSTAG) src/xpdev
endif
$(SBBSDIR)/src/mozilla: cvslogin
$(SBBSDIR)/include: cvslogin
ifndef NOCVS
$(CVS_CO) -r $(CVSTAG) src/mozilla
$(CVS_CO) -r $(CVSTAG) include
endif
$(SBBSDIR)/lib/mozilla/js/$(os).$(SUFFIX): cvslogin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment