changeset 22569:1882b3c86bd7

Remove useless .SUFFIXES variable.
author diego
date Wed, 14 Mar 2007 23:08:34 +0000
parents ad8f3d791bca
children 3ddc79315de0
files libdha/Makefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libdha/Makefile	Wed Mar 14 23:00:12 2007 +0000
+++ b/libdha/Makefile	Wed Mar 14 23:08:34 2007 +0000
@@ -40,8 +40,6 @@
 CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
 endif
 
-.SUFFIXES: .c .o
-
 .c.o: pci_names.c
 	$(CC) -c $(CFLAGS) -o $@ $<