From 3f2ff54778ff76118b7de3357168091bbc955041 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 27 Nov 2011 15:24:45 -0600 Subject: remove pch from the include list --- tools/Executable_so_checksum.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/Executable_so_checksum.mk') diff --git a/tools/Executable_so_checksum.mk b/tools/Executable_so_checksum.mk index 29ac8cc9c25b..989c99ab0015 100644 --- a/tools/Executable_so_checksum.mk +++ b/tools/Executable_so_checksum.mk @@ -31,7 +31,6 @@ $(eval $(call gb_Executable_Executable,so_checksum)) $(eval $(call gb_Executable_set_include,so_checksum,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/tools/inc) \ - -I$(realpath $(SRCDIR)/tools/inc/pch) \ -I$(realpath $(SRCDIR)/tools/bootstrp) \ )) -- cgit