diff options
author | Keith Marshall <keithmarshall@@users.sf.net> | 2011-12-13 20:10:42 +0000 |
---|---|---|
committer | Keith Marshall <keithmarshall@@users.sf.net> | 2011-12-13 20:10:42 +0000 |
commit | 5cc68751fd69f4b1e29b68b2c98bf8985302d314 (patch) | |
tree | c9ab0244e65db0fec504ffd3a9e81754e47dbadb /winsup/w32api/ChangeLog | |
parent | eab07b8789c3e45e43f902d1ddc375dd7352ce08 (diff) | |
download | cygnal-5cc68751fd69f4b1e29b68b2c98bf8985302d314.tar.gz cygnal-5cc68751fd69f4b1e29b68b2c98bf8985302d314.tar.bz2 cygnal-5cc68751fd69f4b1e29b68b2c98bf8985302d314.zip |
Prepare for factoring out common makefile code.
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r-- | winsup/w32api/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index ea8a82603..729e4cceb 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,11 @@ +2011-12-13 Keith Marshall <keithmarshall@users.sf.net> + + * lib/ddk/Makefile.in (ddk_includedir): New macro; define it, then use + it in install-headers and uninstall-headers rules, in place of... + (inst_includedir): ...this; we then redefine this for consistency with + makefiles in other subdirectories, as a prerequisite to factoring out + of common code. + 2011-12-12 Keith Marshall <keithmarshall@users.sf.net> * Makefile.in (FLAGS_TO_PASS): Pointless macro; remove it. (Defaults |