projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c7c33a
)
build: linux.cf, remove the space in the -isystem include of the X11 headers
author
Peter Howkins
<flibble@users.sourceforge.net>
Fri, 31 Aug 2012 18:07:47 +0000
(19:07 +0100)
committer
Peter Howkins
<flibble@users.sourceforge.net>
Fri, 31 Aug 2012 18:07:47 +0000
(19:07 +0100)
this was causing build failures on the make depend step.
cde/config/cf/linux.cf
patch
|
blob
|
history
diff --git
a/cde/config/cf/linux.cf
b/cde/config/cf/linux.cf
index 18c73ea2a84ecc6cae204fa932fb7ae746398889..b140fb2cd30fd8f9b87a61a03b9efe4544ccd906 100644
(file)
--- 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