From 52fa106b5d28117e6595822edcccc96e80fb8e67 Mon Sep 17 00:00:00 2001 From: P2P-Next Date: Tue, 10 Aug 2010 10:28:30 +0300 Subject: [PATCH] instrumentation/hrktorrent: remove hrktorrent-static from build default Makefile build rule --- instrumentation/hrktorrent/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/instrumentation/hrktorrent/Makefile b/instrumentation/hrktorrent/Makefile index 0fec1aa..119e95d 100644 --- a/instrumentation/hrktorrent/Makefile +++ b/instrumentation/hrktorrent/Makefile @@ -1,6 +1,7 @@ include vars.mk -all: $(OUT) $(OUT)-static +all: $(OUT) +# $(OUT)-static .cpp.o: @echo [CXX] $< -- 2.20.1