# HG changeset patch # User tron # Date 2005-01-23 17:51:22 # Node ID eea410a48de2882ee69209d09762a3b80a71baec # Parent 740a170a3f79516275318daedf66dfb504fbf448 (svn r1620) Fix typo in r1619 diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -937,5 +937,5 @@ DEPS_MAGIC := $(shell mkdir .deps > /dev # For DirectMusic build and BeOS specific parts %.o: %.cpp $(MAKE_CONFIG) endian.h table/strings.h - @echo '===> Compiling $< + @echo '===> Compiling $<' @$(CXX_BUILD) $< -o $@