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

diego subversion at mplayerhq.hu
Thu Mar 15 00:08:34 CET 2007


Author: diego
Date: Thu Mar 15 00:08:34 2007
New Revision: 22587

Modified:
   trunk/libdha/Makefile

Log:
Remove useless .SUFFIXES variable.


Modified: trunk/libdha/Makefile
==============================================================================
--- trunk/libdha/Makefile	(original)
+++ trunk/libdha/Makefile	Thu Mar 15 00:08:34 2007
@@ -40,8 +40,6 @@ ifneq ($(wildcard svgalib_helper),)
 CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
 endif
 
-.SUFFIXES: .c .o
-
 .c.o: pci_names.c
 	$(CC) -c $(CFLAGS) -o $@ $<
 



More information about the MPlayer-cvslog mailing list