From 42fbf747a4e7785064a1e1515531db67e5b3ec02 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 5 Mar 2007 22:01:41 +0000 Subject: [PATCH] Let 'make distclean' remove the .xconfig file if it exists (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@194 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ec5ba6baa..edc20df09a 100644 --- a/Makefile +++ b/Makefile @@ -121,7 +121,7 @@ clean: distclean: clean $(Q)echo -n "Deleting config files... " - $(Q)rm -f .kconfig.d .config .tmpconfig.h .config.old + $(Q)rm -f .kconfig.d .config .tmpconfig.h .config.old .xconfig $(Q)echo "done" %.o: %.c