From 640b5fb2e1f56fcf6869ff289ed33479c3d5ebdb Mon Sep 17 00:00:00 2001 From: "Robin Burchell w00t@inspircd.org" Date: Tue, 30 Sep 2008 18:45:08 +0000 Subject: [PATCH] Modify makefile to build with g++. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1170 5417fbe8-f217-4b02-8779-1006273d7864 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 96cde3433..2022a5ce7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -CC=@CC@ +CC=g++ # probably wrong but oh well. INCLUDEDIR=../include ANOPELIBS=@ANOPELIBS@ CFLAGS=@CFLAGS@