From: Chris Tallon Date: Sat, 23 Feb 2013 16:39:47 +0000 (+0000) Subject: Fix makefile. Again. X-Git-Tag: 0-4-0^2 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=ad4bf2d818a922f524203c67e6b29fa315fc2485;p=vompserver.git Fix makefile. Again. --- 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