Mercurial > mplayer.hg
changeset 7133:3d76ec50480c
fix 10l mistake and add the libdeps thing right this time
author | rfelker |
---|---|
date | Thu, 29 Aug 2002 02:11:33 +0000 |
parents | 3490b7662698 |
children | 75ff2ec3b086 |
files | Makefile |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Aug 29 02:05:01 2002 +0000 +++ b/Makefile Thu Aug 29 02:11:33 2002 +0000 @@ -309,9 +309,16 @@ endif # +# include dependencies to get make to recurse into lib dirs, +# if the user desires such behavior +# +ifneq ($(wildcard .libdeps)) +include .libdeps +endif + +# # include dependency files if they exist # ifneq ($(wildcard .depend),) include .depend endif -include libdeps