diff options
Diffstat (limited to 'NG-NEWS')
-rw-r--r-- | NG-NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -211,6 +211,12 @@ Miscellaneous Similarly, the $(mkinstallscripts) make variable is not defined anymore; one should use $(MKDIR_P) instead. +* The $(INCLUDES) variable is not anymore passed to the invocations of + compilers with a C-like preprocessing step (as are for example C, C++, + Objective C, preprocessed assembler ...). One should just use + $(AM_CPPFLAGS) instead, which has been supported and recommended for + a long time. + ----- Copyright (C) 2012 Free Software Foundation, Inc. |