mirror of https://github.com/mpv-player/mpv
Fix make depend: Declare extra dependencies before the rule.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22809 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
82d3b9466e
commit
4b08d9021a
|
@ -20,6 +20,8 @@ CFLAGS = -fPIC
|
||||||
|
|
||||||
all: $(LIBNAME)
|
all: $(LIBNAME)
|
||||||
|
|
||||||
|
dep depend:: pci_names.c
|
||||||
|
|
||||||
include ../mpcommon.mak
|
include ../mpcommon.mak
|
||||||
|
|
||||||
$(LIBNAME): $(OBJS_MPLAYER)
|
$(LIBNAME): $(OBJS_MPLAYER)
|
||||||
|
@ -36,8 +38,6 @@ test: pci.o
|
||||||
clean::
|
clean::
|
||||||
rm -f *.so *.so.* pci_*.c pci_*.h pci.db
|
rm -f *.so *.so.* pci_*.c pci_*.h pci.db
|
||||||
|
|
||||||
dep depend:: pci_names.c
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
-mkdir -p $(LIBDIR)
|
-mkdir -p $(LIBDIR)
|
||||||
$(INSTALL) -m 755 $(INSTALLSTRIP) -p $(LIBNAME) $(LIBDIR)/$(LIBNAME)
|
$(INSTALL) -m 755 $(INSTALLSTRIP) -p $(LIBNAME) $(LIBDIR)/$(LIBNAME)
|
||||||
|
|
Loading…
Reference in New Issue