From: P2P-Next Date: Tue, 10 Aug 2010 07:28:30 +0000 (+0300) Subject: instrumentation/hrktorrent: remove hrktorrent-static from build default Makefile... X-Git-Tag: getopt_long X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=52fa106b5d28117e6595822edcccc96e80fb8e67;p=cs-p2p-next.git instrumentation/hrktorrent: remove hrktorrent-static from build default Makefile build rule --- 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] $<