[MPlayer-cvslog] r22596 - trunk/libdha/Makefile
diego
subversion at mplayerhq.hu
Thu Mar 15 09:38:52 CET 2007
Author: diego
Date: Thu Mar 15 09:38:51 2007
New Revision: 22596
Modified:
trunk/libdha/Makefile
Log:
Fix test program linkage.
Modified: trunk/libdha/Makefile
==============================================================================
--- trunk/libdha/Makefile (original)
+++ trunk/libdha/Makefile Thu Mar 15 09:38:51 2007
@@ -53,7 +53,7 @@ endif
pci_names.c: oth/pci.db
LC_ALL=C $(AWK) -f pci_db2c.awk $<
-test: $(SHORTNAME)
+test: pci.o
$(CC) test.c -o $@ $^
clean:
More information about the MPlayer-cvslog
mailing list