mirror of https://github.com/mpv-player/mpv
Makefile: Rename DEPS variable to DEP_FILES
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32320 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1f93c3b5ed
commit
80c21dd312
4
Makefile
4
Makefile
|
@ -648,7 +648,7 @@ OBJS_MPLAYER-$(PE_EXECUTABLE) += osdep/mplayer-rc.o
|
||||||
OBJS_MPLAYER += $(OBJS_MPLAYER-yes)
|
OBJS_MPLAYER += $(OBJS_MPLAYER-yes)
|
||||||
|
|
||||||
MPLAYER_DEPS = $(OBJS_MPLAYER) $(OBJS_COMMON) $(COMMON_LIBS)
|
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)
|
ALL_PRG-$(MPLAYER) += mplayer$(EXESUF)
|
||||||
|
|
||||||
|
@ -1008,7 +1008,7 @@ dhahelperwinclean:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-include $(DEPS)
|
-include $(DEP_FILES)
|
||||||
|
|
||||||
.PHONY: all doxygen locales *install* *tools drivers dhahelper*
|
.PHONY: all doxygen locales *install* *tools drivers dhahelper*
|
||||||
.PHONY: checkheaders *clean tests
|
.PHONY: checkheaders *clean tests
|
||||||
|
|
Loading…
Reference in New Issue