fix unescaped $ in makefile
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 23 May 2010 14:14:06 +0000 (16:14 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 23 May 2010 14:14:06 +0000 (16:14 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Makefile

index 14f5cd14920714bd52e52adb2e44626748c2d4a9..c231092bea69575e759fcbf4de128bf770fd8a5f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1001,8 +1001,8 @@ $(mrproper-dirs):
 mrproper: clean archmrproper $(mrproper-dirs)
        $(call cmd,rmdirs)
        $(call cmd,rmfiles)
-       @find -name Config.src | sed 's/.src$/.in/' | xargs -r rm -f
-       @find -name Kbuild.src | sed 's/.src$//' | xargs -r rm -f
+       @find -name Config.src | sed 's/.src$$/.in/' | xargs -r rm -f
+       @find -name Kbuild.src | sed 's/.src$$//' | xargs -r rm -f
 
 # distclean
 #