commit f4f917544638 ("canutils: hardcode version 4.0.6") hardcoded
canutils version, but left no longer used pre rule file in place.
Delete it.

Signed-off-by: Ladislav Michl <la...@linux-mips.org>
---
 rules/pre/canutils.make | 18 ------------------
 1 file changed, 18 deletions(-)
 delete mode 100644 rules/pre/canutils.make

diff --git a/rules/pre/canutils.make b/rules/pre/canutils.make
deleted file mode 100644
index d27529b8a..000000000
--- a/rules/pre/canutils.make
+++ /dev/null
@@ -1,18 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2003, 2010 by Marc Kleine-Budde <kleine-bu...@gmx.de>
-#           (C) 2008 by Wolfram Sang <w.s...@pengutronix.de>
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-CANUTILS_VERSION       := $(call remove_quotes,$(PTXCONF_CANUTILS_VERSION))
-_version_temp          := $(subst ., ,$(CANUTILS_VERSION))
-CANUTILS_VERSION_MAJOR := $(word 1,$(_version_temp))
-CANUTILS_VERSION_MINOR := $(word 2,$(_version_temp))
-CANUTILS_VERSION_MICRO := $(word 3,$(_version_temp))
-
-_version_temp          :=
-
-# vim: syntax=make
-- 
2.25.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to