Blob Blame History Raw
From b5998a63659a348b3497aaabf3471b25ca0ad122 Mon Sep 17 00:00:00 2001
From: Michal Schmidt <mschmidt@redhat.com>
Date: Fri, 21 Mar 2014 14:59:28 +0100
Subject: [PATCH 2/3] drop the "sockperf_$version" copy of the binary

---
 src/Makefile.am | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 5e9992f..1c17b9d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,15 +3,6 @@
 #
 AM_LDFLAGS = -rdynamic
 
-all:
-	@(cp $(DESTDIR)$(bin_PROGRAMS) $(DESTDIR)$(bin_PROGRAMS)_$(PACKAGE_VERSION))
-
-clean-local:
-	@(rm $(DESTDIR)$(bin_PROGRAMS)_$(PACKAGE_VERSION))
-
-install-data-local:
-	@(cp $(bin_PROGRAMS)_$(PACKAGE_VERSION) $(DESTDIR)${prefix}/bin/. && cp $(bin_PROGRAMS) $(DESTDIR)${prefix}/bin/.)
-
 bin_PROGRAMS = sockperf
 INCLUDES := \
 	-I.
-- 
1.9.0