summaryrefslogtreecommitdiff
path: root/packages/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/mkdep.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/mkdep.patch')
-rw-r--r--packages/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/mkdep.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/mkdep.patch b/packages/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/mkdep.patch
deleted file mode 100644
index 57218a7d1a..0000000000
--- a/packages/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/mkdep.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- linux-2.4.25/Makefile~mkdep 2004-03-31 17:15:12.000000000 +0200
-+++ linux-2.4.25/Makefile 2004-03-31 17:18:50.000000000 +0200
-@@ -502,7 +502,7 @@
- ifdef CONFIG_MODVERSIONS
- $(MAKE) update-modverfile
- endif
-- scripts/mkdep -- `find $(FINDHPATH) \( -name SCCS -o -name .svn \) -prune -o -follow -name \*.h ! -name modversions.h -print` > .hdepend
-+ $(foreach, dir, $(FINDHPATH), scripts/mkdep -- `find $(dir) -name SCCS -prune -o -follow -name \*.h ! -name modversions.h -print` >> .hdepend)
- scripts/mkdep -- init/*.c > .depend
-
- ifdef CONFIG_MODVERSIONS