Mercurial > mplayer.hg
diff Makefile @ 22317:068c5141bff6
Simplify .depend file inclusion.
author | diego |
---|---|
date | Sat, 24 Feb 2007 10:44:16 +0000 |
parents | d15affa943e1 |
children | 26c1cc2a22ff |
line wrap: on
line diff
--- a/Makefile Sat Feb 24 10:27:14 2007 +0000 +++ b/Makefile Sat Feb 24 10:44:16 2007 +0000 @@ -427,9 +427,7 @@ libass/libass.a: .norecurse $(wildcard libass/*.[ch]) -ifneq ($(wildcard .depend),) -include .depend -endif +-include .depend .PHONY: all install* uninstall dirclean clean distclean strip dep depend .PHONY: doxygen doxygen_clean