mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 04:02:06 +00:00
Remove useless .SUFFIXES variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22587 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2df4839456
commit
2a3c9cf22f
@ -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 $@ $<
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user