mirror of https://github.com/mpv-player/mpv
Simplify .depend file inclusion.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22360 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
84ace4d5f5
commit
9bb02d10d0
|
@ -90,6 +90,4 @@ uninstall:
|
|||
rm -f $(LIBDIR)/libdha.so $(LIBDIR)/$(SHORTNAME) $(LIBDIR)/$(LIBNAME)
|
||||
-$(LDCONFIG)
|
||||
|
||||
ifneq ($(wildcard .depend),)
|
||||
include .depend
|
||||
endif
|
||||
-include .depend
|
||||
|
|
|
@ -35,6 +35,4 @@ dep depend:
|
|||
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
|
||||
$(MAKE) -C drivers depend
|
||||
|
||||
ifneq ($(wildcard .depend),)
|
||||
include .depend
|
||||
endif
|
||||
-include .depend
|
||||
|
|
|
@ -67,6 +67,4 @@ distclean: clean
|
|||
dep depend:
|
||||
# do nothing here
|
||||
|
||||
ifneq ($(wildcard .depend),)
|
||||
include .depend
|
||||
endif
|
||||
-include .depend
|
||||
|
|
Loading…
Reference in New Issue