summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-09-20 12:07:56 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:17:04 +0200
commit80c21dd3129eaea4f09e3d6f76d494a066a7acfa (patch)
treec673f07b943b19bf44cef3ed5f1084b2eb37895b /Makefile
parent1f93c3b5ede2f488e45f20b9f2ddc1eabf30d252 (diff)
downloadmpv-80c21dd3129eaea4f09e3d6f76d494a066a7acfa.tar.bz2
mpv-80c21dd3129eaea4f09e3d6f76d494a066a7acfa.tar.xz
Makefile: Rename DEPS variable to DEP_FILES
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32320 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 123421e0ea..b51267e58e 100644
--- a/Makefile
+++ b/Makefile
@@ -648,7 +648,7 @@ OBJS_MPLAYER-$(PE_EXECUTABLE) += osdep/mplayer-rc.o
OBJS_MPLAYER += $(OBJS_MPLAYER-yes)
MPLAYER_DEPS = $(OBJS_MPLAYER) $(OBJS_COMMON) $(COMMON_LIBS)
-DEPS = $(filter-out %.S,$(patsubst %.cpp,%.d,$(patsubst %.c,%.d,$(SRCS_COMMON) $(SRCS_MPLAYER:.m=.d))))
+DEP_FILES = $(filter-out %.S,$(patsubst %.cpp,%.d,$(patsubst %.c,%.d,$(SRCS_COMMON) $(SRCS_MPLAYER:.m=.d))))
ALL_PRG-$(MPLAYER) += mplayer$(EXESUF)
@@ -1008,7 +1008,7 @@ dhahelperwinclean:
--include $(DEPS)
+-include $(DEP_FILES)
.PHONY: all doxygen locales *install* *tools drivers dhahelper*
.PHONY: checkheaders *clean tests