Makefile: Move and comment the .SUFFIXES rule

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31528 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-06-22 13:15:34 +00:00 committed by Uoti Urpala
parent 877c93becf
commit fd7cf006b7
1 changed files with 4 additions and 2 deletions

View File

@ -21,8 +21,6 @@
include config.mak
.SUFFIXES:
###### variable declarations #######
SRCS_AUDIO_INPUT-$(ALSA1X) += stream/ai_alsa1x.c
@ -1077,3 +1075,7 @@ endif
.PHONY: all doxygen *install* *tools drivers dhahelper*
.PHONY: checkheaders *clean dep depend tests
# Disable suffix rules. Most of the builtin rules are suffix rules,
# so this saves some time on slow systems.
.SUFFIXES: