]> git.vomp.tv Git - vompserver.git/commitdiff
Fix makefile. Again. 0-4-0rc
authorChris Tallon <chris@telescope.org>
Sat, 23 Feb 2013 16:39:47 +0000 (16:39 +0000)
committerChris Tallon <chris@telescope.org>
Sat, 23 Feb 2013 16:39:47 +0000 (16:39 +0000)
Makefile

index 615b1cada6550b173663c9038769a86ca1c3ac2f..cb43aeed499396d91d452f24947fa13078c5514a 100644 (file)
--- 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