From 69cfcfe30160551757be7d46e574e3549ba8494a Mon Sep 17 00:00:00 2001 From: arpi Date: Tue, 26 Jun 2001 23:15:58 +0000 Subject: OPTFLAGS vs. INCLUDES cleanup git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1235 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp3lib') diff --git a/mp3lib/Makefile b/mp3lib/Makefile index 57797da46b..b82aa6215f 100644 --- a/mp3lib/Makefile +++ b/mp3lib/Makefile @@ -4,7 +4,7 @@ include config.mak SRCS = sr1.c d_cpu.s decode_i586.s $(OPTIONAL_SRCS) OBJS = sr1.o d_cpu.o decode_i586.o $(OPTIONAL_OBJS) # OBJS = $(SRCS:.c,.s=.o) -CFLAGS = $(OPTFLAGS) +CFLAGS = $(OPTFLAGS) $(EXTRA_INC) .SUFFIXES: .c .o -- cgit v1.2.3