14 Mar
2007
14 Mar
'07
7:08 p.m.
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 $@ $<