diff options
author | Christopher Faylor <me@cgf.cx> | 2009-01-03 05:13:35 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2009-01-03 05:13:35 +0000 |
commit | 8bb25217610e9fb91f0b5d3c54834db5b4202c6f (patch) | |
tree | 6755e8f8c18919222daeeb6b46d3df2acfdbdc90 | |
parent | 66a83f3eac1c9c8ad575c117b7c49995dc549d26 (diff) | |
download | cygnal-8bb25217610e9fb91f0b5d3c54834db5b4202c6f.tar.gz cygnal-8bb25217610e9fb91f0b5d3c54834db5b4202c6f.tar.bz2 cygnal-8bb25217610e9fb91f0b5d3c54834db5b4202c6f.zip |
correct
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 88c6a5508..c80307170 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -4,8 +4,8 @@ Update copyrights where appropriate. * globals.cc: New file for generic global variables. - * mkglobals_h: New file to generate globals.h. - * mkstatic: New Script used to build a (currently non-working) static + * mkglobals_h: New script to generate globals.h. + * mkstatic: New script used to build a (currently non-working) static libcygwin_s.a. * Makefile.in: Add unused rule to build a non-working libcygwin_s.a. (DLL_OFILES): Add globals.o. Make all objects rely on globals.h. |