1
mirror of https://github.com/mpv-player/mpv synced 2024-07-15 22:21:38 +02:00

arrg 100l in the 10l

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7135 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2002-08-29 02:20:00 +00:00
parent 0ed36bdd09
commit d4f7c07743

View File

@ -312,7 +312,7 @@ endif
# include dependencies to get make to recurse into lib dirs,
# if the user desires such behavior
#
ifneq ($(wildcard .libdeps))
ifneq ($(wildcard .libdeps),)
include .libdeps
endif