From 2cf65953db4e8272744284af090b7c6bcb765f70 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 23 Jan 2005 17:51:22 +0000 Subject: (svn r1620) Fix typo in r1619 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index df9a6ba47..fdc8d2a3c 100644 --- a/Makefile +++ b/Makefile @@ -937,5 +937,5 @@ DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) # For DirectMusic build and BeOS specific parts %.o: %.cpp $(MAKE_CONFIG) endian.h table/strings.h - @echo '===> Compiling $< + @echo '===> Compiling $<' @$(CXX_BUILD) $< -o $@ -- cgit v1.2.3-54-g00ecf