diff options
author | Keith Marshall <keithmarshall@@users.sf.net> | 2011-12-12 20:02:33 +0000 |
---|---|---|
committer | Keith Marshall <keithmarshall@@users.sf.net> | 2011-12-12 20:02:33 +0000 |
commit | 1e10d23a5649235e8e8ba5f3d4c17ba9cdb6b4f9 (patch) | |
tree | 5f04115da23bb481515818e7f88e7b58110a10eb /winsup/w32api/ChangeLog | |
parent | 735415570a28d6b5cde94b2168e537ae44d95f4b (diff) | |
download | cygnal-1e10d23a5649235e8e8ba5f3d4c17ba9cdb6b4f9.tar.gz cygnal-1e10d23a5649235e8e8ba5f3d4c17ba9cdb6b4f9.tar.bz2 cygnal-1e10d23a5649235e8e8ba5f3d4c17ba9cdb6b4f9.zip |
Correct makefile error; remove unnecessary FLAGS_TO_PASS macro
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r-- | winsup/w32api/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 9056eb1ff..ea8a82603 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,14 @@ +2011-12-12 Keith Marshall <keithmarshall@users.sf.net> + + * Makefile.in (FLAGS_TO_PASS): Pointless macro; remove it. (Defaults + for all are propagated by configure, and make automatically propagates + any user specified overrides. + + * lib/Makefile.in (FLAGS_TO_PASS): Similarly removed, as pointless. + (uninstall-ddk, uninstall-directx): Remove improperly used '-C' from + make command; the directory to process was previously selected by cd, + and not properly specified as argument to '-C'. + 2011-12-10 Keith Marshall <keithmarshall@users.sf.net> * aclocal.m4: Redundant file; delete it. |