Author: uwe Date: 2008-01-19 22:08:06 +0100 (Sat, 19 Jan 2008) New Revision: 42
Modified: trunk/filo-0.5/Makefile Log: Properly cleanup null.o and builtin.o upon 'make clean'.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de Acked-by: Peter Stuge peter@stuge.se
Modified: trunk/filo-0.5/Makefile =================================================================== --- trunk/filo-0.5/Makefile 2008-01-16 14:40:04 UTC (rev 41) +++ trunk/filo-0.5/Makefile 2008-01-19 21:08:06 UTC (rev 42) @@ -60,7 +60,7 @@ +$(MAKE) -C $(patsubst _clean_%,%,$@) clean
clean: $(SUBDIRS_CLEAN) - rm -f filo.elf filo config.h filo.iso + rm -f filo.elf filo config.h filo.iso null.o builtin.o
distclean: clean rm -f Config Config.bak include/arch