mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Fix cpp output on Ubuntu 13
This commit is contained in:
parent
d24fd29b52
commit
a9bf30d12b
2 changed files with 2 additions and 2 deletions
|
@ -2376,7 +2376,7 @@ MakeMakeSubdirs(dirs,Makefiles)
|
|||
* Also delete line numbers from the cpp output (-P is not portable, I guess).
|
||||
*/
|
||||
#ifndef CppSedMagic
|
||||
#define CppSedMagic $(SED) -e '/^# *[0-9][0-9]* *.*$$/d' -e '/^XCOMM$$/s//#/' -e '/^XCOMM[^a-zA-Z0-9_]/s/^XCOMM/#/'
|
||||
#define CppSedMagic $(SED) -e '/^#[line]* *[0-9][0-9]* *.*$$/d' -e '/^XCOMM$$/s//#/' -e '/^XCOMM[^a-zA-Z0-9_]/s/^XCOMM/#/'
|
||||
#endif /* CppSedMagic */
|
||||
|
||||
#ifndef CppFileTarget
|
||||
|
|
|
@ -121,7 +121,7 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
|||
#define LdCombineFlags -r
|
||||
#define XawI18nDefines -DUSE_XWCHAR_STRING -DUSE_XMBTOWC
|
||||
#define HasWChar32 YES
|
||||
#define StandardCppDefines -traditional StandardDefines
|
||||
#define StandardCppDefines -traditional -nostdinc StandardDefines
|
||||
#define ExtensionOSDefines -DXTESTEXT1
|
||||
|
||||
#define LinuxLocaleDefines /**/
|
||||
|
|
Loading…
Reference in a new issue