[MPlayer-cvslog] r22809 - trunk/libdha/Makefile

diego subversion at mplayerhq.hu
Sat Mar 24 18:58:46 CET 2007


Author: diego
Date: Sat Mar 24 18:58:46 2007
New Revision: 22809

Modified:
   trunk/libdha/Makefile

Log:
Fix make depend: Declare extra dependencies before the rule.


Modified: trunk/libdha/Makefile
==============================================================================
--- trunk/libdha/Makefile	(original)
+++ trunk/libdha/Makefile	Sat Mar 24 18:58:46 2007
@@ -20,6 +20,8 @@ CFLAGS = -fPIC
 
 all: $(LIBNAME)
 
+dep depend:: pci_names.c
+
 include ../mpcommon.mak
 
 $(LIBNAME): $(OBJS_MPLAYER)
@@ -36,8 +38,6 @@ test: pci.o
 clean::
 	rm -f *.so *.so.* pci_*.c pci_*.h pci.db
 
-dep depend:: pci_names.c
-
 install:
 	-mkdir -p $(LIBDIR)
 	$(INSTALL) -m 755 $(INSTALLSTRIP) -p $(LIBNAME) $(LIBDIR)/$(LIBNAME)



More information about the MPlayer-cvslog mailing list