summaryrefslogtreecommitdiff
path: root/NG-NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NG-NEWS')
-rw-r--r--NG-NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NG-NEWS b/NG-NEWS
index 18aa0ce35..2fbc0e4c2 100644
--- a/NG-NEWS
+++ b/NG-NEWS
@@ -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.