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

Don't indent MKFLAGS variable adjustment.

parent 545eec50
Branches
Tags
No related merge requests found
......@@ -401,14 +401,17 @@ endif
fprintf(makefile,"externals: sbj sbl\n\n");
fprintf(makefile,"binaries: sbbs3 scfg\n\n");
fprintf(makefile,"sbbs3: \\\n");
fprintf(makefile,"sbbs3:");
if(params.cvs) {
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,"\tgmake -C $(SBBSDIR)/src/sbbs3 $(MKFLAGS)\n");
fprintf(makefile,"\t MKFLAGS += BAJAPATH=../src/sbbs3/%s.%s.exe.%s/baja\n\n",ccpre,platform,build);
/* what's this doing *here* ? */
fprintf(makefile,"MKFLAGS += BAJAPATH=../src/sbbs3/%s.%s.exe.%s/baja\n\n",ccpre,platform,build);
fprintf(makefile,"scfg:");
if(params.cvs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment