From fdb87049d861d92093b382622c9e528405c727f9 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 18 Nov 2013 11:06:00 +0900 Subject: examples: delete unnecessary CPPFLAGS Signed-off-by: Masahiro Yamada --- examples/standalone/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/standalone') diff --git a/examples/standalone/Makefile b/examples/standalone/Makefile index 93469217ef..f4f102b3e1 100644 --- a/examples/standalone/Makefile +++ b/examples/standalone/Makefile @@ -52,8 +52,6 @@ SREC := $(addprefix $(obj),$(SREC)) gcclibdir := $(shell dirname `$(CC) -print-libgcc-file-name`) -CPPFLAGS += -I.. - # For PowerPC there's no need to compile standalone applications as a # relocatable executable. The relocation data is not needed, and # also causes the entry point of the standalone application to be -- cgit v1.2.1