From 53e7adfc5f2d3dd4934dfd40e66a897f3a11e2c5 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Fri, 31 Aug 2012 19:07:47 +0100 Subject: [PATCH] build: linux.cf, remove the space in the -isystem include of the X11 headers this was causing build failures on the make depend step. --- cde/config/cf/linux.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/config/cf/linux.cf b/cde/config/cf/linux.cf index 18c73ea2a..b140fb2cd 100644 --- a/cde/config/cf/linux.cf +++ b/cde/config/cf/linux.cf @@ -3,7 +3,7 @@ XCOMM platform: $TOG: linux.cf /main/47 1998/04/17 11:32:51 mgreess $ /* To reduce the number of warnings generated by X11 and Motif headers that dislike -ansi and -pedantic we can include them with -isystem instead of -I, this tells GCC to treat them as system includes out of our control */ -#define TopXInclude -isystem $(TOP)/imports/x11/include +#define TopXInclude -isystem$(TOP)/imports/x11/include #ifndef OSName #define OSName DefaultOSName