fix make clean for unconfigured build trees

SVN-Revision: 9655
This commit is contained in:
Felix Fietkau
2007-12-04 03:04:37 +00:00
parent b217ebd0e6
commit edc74f8cc3
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ download: .config FORCE
$(MAKE) -j1 package/download
$(MAKE) -j1 target/download
clean dirclean:
clean dirclean: .config
@$(MAKE) $@
prereq:: .config