From 3d8ec7b147ef22ada53c261013951d8eef5a6d96 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Wed, 22 Jan 2003 05:43:55 +0000 Subject: [PATCH] Fixed typo (Deuce's this time) in 'binaries' target. --- src/sbbs3/install/sbbsinst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/install/sbbsinst.c b/src/sbbs3/install/sbbsinst.c index 68f421d8b9..244e43db3c 100644 --- a/src/sbbs3/install/sbbsinst.c +++ b/src/sbbs3/install/sbbsinst.c @@ -381,7 +381,7 @@ endif fputs("all: binaries baja externals\n\n",makefile); fputs("externals: sbj sbl\n\n",makefile); - fputs("fbinaries: sbbs3 scfg\n\n",makefile); + fputs("binaries: sbbs3 scfg\n\n",makefile); fputs("sbbs3: ",makefile); if(params.cvs) -- GitLab