From bc8a0c937e66ec712ae3c4f6beee63bdff93b35a Mon Sep 17 00:00:00 2001 From: deuce <> Date: Wed, 30 Apr 2003 16:27:23 +0000 Subject: [PATCH] Fixed bug in last commit --- src/sbbs3/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile index 3790669091..18e756d5d6 100644 --- a/src/sbbs3/GNUmakefile +++ b/src/sbbs3/GNUmakefile @@ -46,7 +46,7 @@ else COMPILE_MSG := Depending else CC = gcc - CCPP = c++ + CCPP = g++ LD = ld COMPILE_MSG := Compiling endif -- GitLab