mirror of
https://github.com/mpv-player/mpv
synced 2025-03-23 03:37:27 +00:00
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user