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

Fix for sbbs3 build rule.

parent 11bb81e8
Branches
Tags
No related merge requests found
......@@ -406,8 +406,7 @@ endif
fprintf(makefile,"\t$(SBBSDIR)/src/sbbs3 $(SBBSDIR)/src/uifc \\\n");
fprintf(makefile,"\t$(SBBSDIR)/src/xpdev $(SBBSDIR)/src/mozilla \\\n");
}
fprintf(makefile,"\n");
fprintf(makefile,"\t$(SBBSDIR)/src/mozilla $(SBBSDIR)/lib/mozilla/js/%s.%s\n\n",platform,build);
fprintf(makefile,"\t$(SBBSDIR)/lib/mozilla/js/%s.%s\n",platform,build);
fprintf(makefile,"\tgmake -C $(SBBSDIR)/src/sbbs3 $(MKFLAGS)\n");
/* what's this doing *here* ? */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment