From ad4bf2d818a922f524203c67e6b29fa315fc2485 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sat, 23 Feb 2013 16:39:47 +0000 Subject: [PATCH] Fix makefile. Again. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 615b1ca..cb43aee 100644 --- a/Makefile +++ b/Makefile @@ -161,8 +161,8 @@ standalonebase: $(SOFILE): objects $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(OBJS2) -o $@ @if [ -n "$(DOOLDINSTALL)" ]; then \ -@cp $@ $(LIBDIR)/$@.$(APIVERSION) ; \ -@echo "done manual copy"; \ +cp $@ $(LIBDIR)/$@.$(APIVERSION) ; \ +echo "done manual copy"; \ fi vompserver-standalone: objectsstandalone -- 2.39.2