diff options
author | Keith Marshall <keithmarshall@@users.sf.net> | 2012-01-15 15:31:11 +0000 |
---|---|---|
committer | Keith Marshall <keithmarshall@@users.sf.net> | 2012-01-15 15:31:11 +0000 |
commit | f485d8ffb4a5cbcb14ca7e6fa46a9fcb77a98d54 (patch) | |
tree | c25ab6f52d30f9ab4a45c7198c7ffe84b43b6692 /winsup/w32api/ChangeLog | |
parent | 6208cfce7a49c2f3307f5fe30177a06b363e6ede (diff) | |
download | cygnal-f485d8ffb4a5cbcb14ca7e6fa46a9fcb77a98d54.tar.gz cygnal-f485d8ffb4a5cbcb14ca7e6fa46a9fcb77a98d54.tar.bz2 cygnal-f485d8ffb4a5cbcb14ca7e6fa46a9fcb77a98d54.zip |
More makefile code refactoring; fix top_srcdir references.
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r-- | winsup/w32api/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index f57ab30fc..d4f0e5554 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,5 +1,19 @@ 2012-01-15 Keith Marshall <keithmarshall@users.sf.net> + More makefile code refactoring; fix top_srcdir references. + + * Makefile.comm.in (EXTRA_INCLUDES): Add definitions from... + * lib/Makefile.in (EXTRA_INCLUDES): ...here; factor out common code. + (top_srcdir): Use this throughout, in place of ${srcdir}/../ + + * lib/ddk/Makefile.in lib/directx/Makefile.in (EXTRA_INCLUDES): + Factor out; use corrected definitions from Makefile.comm.in + (top_srcdir): Use throughout, in place of ${srcdir}/../../ + (INCLUDES): Adjust incorrect references to ${srcdir}/../include; + should be ${top_srcdir}/include + +2012-01-15 Keith Marshall <keithmarshall@users.sf.net> + Update and correct makefile rebuilding rules. * Makefile.in (Makefile): Remove dependency on configure; it causes |