mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
build: linux.cf, remove the space in the -isystem include of the X11 headers
this was causing build failures on the make depend step.
This commit is contained in:
parent
1c7c33aa71
commit
53e7adfc5f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue