summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.pp.se>2004-08-29 18:47:37 +0000
committerThomas Habets <thomas@habets.pp.se>2004-08-29 18:47:37 +0000
commit115ab1a2c3ac6075b176fe4928515c97b16715cf (patch)
treed46859acc6cd46f12abfb1d5aecc991a0de2ae69
parent4bdc0101b9789324258dc407fb7a779db11c45e6 (diff)
downloadarping-115ab1a2c3ac6075b176fe4928515c97b16715cf.tar.gz
distmaking line
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4e01d60..761164d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 1124 2004-08-29 18:44:15Z marvin $
+# $Id: Makefile 1125 2004-08-29 18:47:37Z marvin $
TARGETS=arping
CD=cd
@@ -110,7 +110,7 @@ clean:
distclean: clean
rm -f config{.cache,.h,.log,.status}
-V=$(shell grep version arping-2/arping.c|grep const|sed 's:[a-z =]*::;s:;::')
+V=$(shell grep version arping-2/arping.c|grep const|sed 's:[a-z =]*::;s:f;::')
DFILE=arping-$(V).tar.gz
DDIR=arping-$(V)
dist: