From 31544d2b6973931be7fdec898ea3672bea831de2 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 30 Aug 2012 17:37:27 -0700 Subject: Fix compiler errors of C++ conversion --- src/map/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/GNUmakefile') diff --git a/src/map/GNUmakefile b/src/map/GNUmakefile index a02deda..0945926 100644 --- a/src/map/GNUmakefile +++ b/src/map/GNUmakefile @@ -1,7 +1,7 @@ .SUFFIXES: all: - make -C ../.. map-server + ${MAKE} -C ../.. map-server clean: rm -r ../../obj/map/ %:: - make -C ../.. obj/map/$@ + ${MAKE} -C ../.. obj/map/$@ -- cgit v1.2.3-70-g09d2