diff mp3lib/Makefile @ 13787:e047e70a9767

Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. Based on a patch by Sebastian Hegler <s_hegler at gmx dot de>.
author diego
date Thu, 28 Oct 2004 01:15:53 +0000
parents 80973aa180a5
children ce1ba8fd57e7
line wrap: on
line diff
--- a/mp3lib/Makefile	Thu Oct 28 01:07:16 2004 +0000
+++ b/mp3lib/Makefile	Thu Oct 28 01:15:53 2004 +0000
@@ -7,7 +7,7 @@
 ifeq ($(TARGET_ARCH_SGI_MIPS),yes)
 OPTFLAGS := $(OPTFLAGS:-O4=-O0)
 endif
-CFLAGS  = $(OPTFLAGS) $(EXTRA_INC)
+CFLAGS  = -I.. $(OPTFLAGS) $(EXTRA_INC)
 ifeq ($(TARGET_ARCH_X86),yes)
 SRCS += decode_i586.c
 OBJS += decode_i586.o