From 2a3c9cf22f958bf69eff2a31a9bc2832ec87b6e0 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 14 Mar 2007 23:08:34 +0000 Subject: [PATCH] Remove useless .SUFFIXES variable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22587 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libdha/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/libdha/Makefile b/libdha/Makefile index e2ed838f46..020a0f2189 100644 --- a/libdha/Makefile +++ b/libdha/Makefile @@ -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 $@ $<