Remove useless .SUFFIXES variable.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22587 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-14 23:08:34 +00:00
parent 2df4839456
commit 2a3c9cf22f
1 changed files with 0 additions and 2 deletions

View File

@ -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 $@ $<