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

diego subversion at mplayerhq.hu
Thu Mar 15 01:56:54 CET 2007


Author: diego
Date: Thu Mar 15 01:56:54 2007
New Revision: 22594

Modified:
   trunk/libdha/Makefile

Log:
SHORTNAME is not a target so it should not be used as prerequisite.


Modified: trunk/libdha/Makefile
==============================================================================
--- trunk/libdha/Makefile	(original)
+++ trunk/libdha/Makefile	Thu Mar 15 01:56:54 2007
@@ -39,7 +39,7 @@ ifneq ($(wildcard svgalib_helper),)
 CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
 endif
 
-all: pci_names.c $(LIBNAME) $(SHORTNAME)
+all: pci_names.c $(LIBNAME)
 
 $(LIBNAME): $(OBJS_MPLAYER)
 ifeq ($(TARGET_WIN32),yes)



More information about the MPlayer-cvslog mailing list