Add depends target as suggested by Martin Fuchs

svn path=/trunk/; revision=15591
This commit is contained in:
Casper Hornstrup 2005-05-28 16:51:42 +00:00
parent cec1358fb1
commit 4828e6eaa4

View file

@ -256,3 +256,8 @@ makefile_auto_clean:
.PHONY: clean
clean: makefile_auto_clean
.PHONY: depends
depends:
@-$(rm) makefile.auto
@$(MAKE) $(filter-out depends, $(MAKECMDGOALS))