mirror of https://github.com/mpv-player/mpv
fix 10l mistake and add the libdeps thing right this time
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7134 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
eba0ef2748
commit
0ed36bdd09
9
Makefile
9
Makefile
|
@ -308,10 +308,17 @@ endif
|
||||||
version.h: config.h config.mak Makefile
|
version.h: config.h config.mak Makefile
|
||||||
endif
|
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
|
# include dependency files if they exist
|
||||||
#
|
#
|
||||||
ifneq ($(wildcard .depend),)
|
ifneq ($(wildcard .depend),)
|
||||||
include .depend
|
include .depend
|
||||||
endif
|
endif
|
||||||
include libdeps
|
|
||||||
|
|
Loading…
Reference in New Issue