Let 'make distclean' remove the .xconfig file if it exists (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@194 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2007-03-05 22:01:41 +00:00
parent ed26e22f02
commit 42fbf747a4

View file

@ -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