summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TOOLS/bmovl-test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/bmovl-test/Makefile b/TOOLS/bmovl-test/Makefile
index 7b1d7a8f53..0bc8b9ce5f 100644
--- a/TOOLS/bmovl-test/Makefile
+++ b/TOOLS/bmovl-test/Makefile
@@ -1,7 +1,7 @@
include ../../config.mak
bmovl-test$(EXESUF): bmovl-test.c
- $(CC) -O3 $(SDL_INC) -lSDL_image -o $@ bmovl-test.c
+ $(CC) -O3 $(EXTRA_INC) -lSDL_image -o $@ bmovl-test.c
clean:
rm -f bmovl-test