[MPlayer-cvslog] r22799 - trunk/libdha/Makefile
diego
subversion at mplayerhq.hu
Sat Mar 24 15:22:45 CET 2007
Author: diego
Date: Sat Mar 24 15:22:45 2007
New Revision: 22799
Modified:
trunk/libdha/Makefile
Log:
Remove unnecessary explicit dependency.
Modified: trunk/libdha/Makefile
==============================================================================
--- trunk/libdha/Makefile (original)
+++ trunk/libdha/Makefile Sat Mar 24 15:22:45 2007
@@ -20,7 +20,7 @@ ifneq ($(wildcard svgalib_helper),)
CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
endif
-all: pci_names.c $(LIBNAME)
+all: $(LIBNAME)
include ../mpcommon.mak
More information about the MPlayer-cvslog
mailing list