Skip to content

Commit 3252cdd

Browse files
committed
Remove the local directory for CINCLUDES
This is no longer necessary, since the relative include path was adjusted in c8eb062.
1 parent 10a213f commit 3252cdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.mips

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ WARNINGS = -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -W
4848

4949
CFLAGS += -mips32r2 -mno-mips16 -std=gnu99 -O2 -g $(WARNINGS) -DENABLE_ASSERTIONS -DMIPSr1_ASM -DOPUS_BUILD -mdspr2 -march=74kc -mtune=74kc -mmt -mgp32
5050

51-
CINCLUDES = . include silk celt
51+
CINCLUDES = include silk celt
5252

5353
ifdef FIXED_POINT
5454
CFLAGS += -DFIXED_POINT=1 -DDISABLE_FLOAT_API

Makefile.unix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ldlibs-from-libs = $(addprefix -l,$(1))
4646

4747
WARNINGS = -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow
4848
CFLAGS += -O2 -g $(WARNINGS) -DOPUS_BUILD
49-
CINCLUDES = . include silk celt
49+
CINCLUDES = include silk celt
5050

5151
ifdef FIXED_POINT
5252
CFLAGS += -DFIXED_POINT=1 -DDISABLE_FLOAT_API

0 commit comments

Comments
 (0)