From 4f63c7931c42351e38619842681026ff2c20c7ee Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 23 May 2010 16:14:06 +0200 Subject: fix unescaped $ in makefile Signed-off-by: Denys Vlasenko --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 14f5cd149..c231092be 100644 --- 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 # -- cgit v1.2.3