summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-01-21 15:43:21 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-01-21 15:43:21 +0200
commitdce5fd16220eabafa1dc928c6e1aa9534b203e24 (patch)
tree4531827796e4a593b6e80c6a0b055dfddf9fd2d9
parent88d86f570f2460fb1adfb645f527699d615ef125 (diff)
Don't copy Kconfig twice in the patch
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc1af35..eba81fc 100644
--- a/Makefile
+++ b/Makefile
@@ -166,7 +166,6 @@ gen-patch:
find $(SVN_DIR_DST)/$(BASE_DIR) -name \*.mod.c | xargs rm -rf dummyfile
cat drivers/dahdi/Kconfig >>$(SVN_DIR_DST)/drivers/dahdi/Kconfig
- cat drivers/dahdi/Kconfig >>$(SVN_DIR_DST)/drivers/dahdi/Kconfig
sed -e '/^####### END OF DATA ########/,$$d' drivers/dahdi/Kbuild \
| sed -i -e R/dev/stdin $(SVN_DIR_DST)/drivers/dahdi/Kbuild
echo -e "$(PATCH_HEADER)" >$(DAHDI_LINUX_DIFF)