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

Added $(SBBSDIR) to ctrl text node1-4 targets.

parent 63d839d0
No related branches found
No related tags found
No related merge requests found
......@@ -436,8 +436,10 @@ endif
fprintf(makefile,"\tgmake -C $(SBBSDIR)/xtrn/sbl $(MKFLAGS)\n\n");
fprintf(makefile,"install: all");
if(params.cvs)
fprintf(makefile," ctrl text node1 node2 node3 node4");
if(params.cvs) {
fprintf(makefile," $(SBBSDIR)/ctrl $(SBBSDIR)/text \\\n");
fprintf(makefile,"\t$(SBBSDIR)/node1 $(SBBSDIR)/node2 $(SBBSDIR)/node3 $(SBBSDIR)/node4");
}
fprintf(makefile,"\n");
fprintf(makefile,"\techo Installing to $(SBBSDIR)\n");
if(params.release) {
......
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