From: <ja...@us...> - 2004-02-12 04:50:49
|
Update of /cvsroot/iptables-p2p/iptables-p2p In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26641 Modified Files: Makefile Log Message: minor cleanup Index: Makefile =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile 10 Feb 2004 19:32:47 -0000 1.5 +++ Makefile 12 Feb 2004 04:46:05 -0000 1.6 @@ -1,7 +1,7 @@ # $Id$ ############################################################################### -KV = $(shell echo `uname -r` | cut -d. -f1-2) +KV = $(shell uname -r | cut -d. -f1-2) ifeq ($(KV), 2.6) TARGET=linux-2.6 |