summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/ChangeLog
diff options
context:
space:
mode:
authorKeith Marshall <keithmarshall@@users.sf.net>2012-01-15 20:56:25 +0000
committerKeith Marshall <keithmarshall@@users.sf.net>2012-01-15 20:56:25 +0000
commitfe493b0f4b9cf42766cd81772a7c3887eb0c1a26 (patch)
treec1e6f9066bcd0b26dd22acff31b32cb0982376f3 /winsup/w32api/ChangeLog
parent71992560f788ffb3c11a67ad92256a45d5ce09fe (diff)
downloadcygnal-fe493b0f4b9cf42766cd81772a7c3887eb0c1a26.tar.gz
cygnal-fe493b0f4b9cf42766cd81772a7c3887eb0c1a26.tar.bz2
cygnal-fe493b0f4b9cf42766cd81772a7c3887eb0c1a26.zip
More makefile code refactoring; remove redundant INCLUDES references.
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 163c09929..05012f979 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,15 @@
2012-01-15 Keith Marshall <keithmarshall@users.sf.net>
+ More makefile code refactoring; remove redundant INCLUDES references.
+
+ * lib/directx/Makefile.in (INCLUDES): Reference to include/directx
+ is redundant; remove it. This results in identical definitions...
+ * lib/Makefile.in lib/ddk/Makefile.in (INCLUDES): ...here; factor out
+ from all three independent makefile locations; relocate to...
+ * Makefile.comm.in (INCLUDES): ...here.
+
+2012-01-15 Keith Marshall <keithmarshall@users.sf.net>
+
Add smart identification of auxiliary header file paths.
* aclocal.m4: New file; replaces previously removed file of