summaryrefslogtreecommitdiffstats
path: root/system/ioping/ioping-0.9-Makefile.diff
diff options
context:
space:
mode:
Diffstat (limited to 'system/ioping/ioping-0.9-Makefile.diff')
-rw-r--r--system/ioping/ioping-0.9-Makefile.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/system/ioping/ioping-0.9-Makefile.diff b/system/ioping/ioping-0.9-Makefile.diff
deleted file mode 100644
index d1cd233bdc..0000000000
--- a/system/ioping/ioping-0.9-Makefile.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile 2014-10-06 02:05:35.000000000 -0400
-+++ Makefile.new 2016-06-02 13:21:26.326048007 -0400
-@@ -31,7 +31,7 @@
- all: version $(BINS)
-
- version: $(DISTFILES)
-- test ! -d .git || git describe --tags --dirty=+ | sed 's/^v//;s/-/./g' > $@
-+ echo 0.9 > $@
-
- clean:
- $(RM) -f $(OBJS) $(BINS) $(MANS_F)