diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-12 18:29:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-12 18:29:38 +0000 |
commit | 37ffd45ac86537f6759fb2fb940f3987269b9407 (patch) | |
tree | a9068d0b52fd4d7eaa95ac2448f374e9742550c5 /lib | |
parent | 016d23cb892d0a2fc8d45b60ceaadc1a1646d6fb (diff) | |
download | coreutils-37ffd45ac86537f6759fb2fb940f3987269b9407.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index b96c453aa..bf7a7b86e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,10 @@ 2003-07-12 Jim Meyering <jim@meyering.net> + * Makefile.am (BUILT_SOURCES): Use `BUILT_SOURCES += $(STDBOOL_H)' + rather than `all-local: $(STDBOOL_H)'. The latter didn't force + creation of stdbool.h before most other targets. + Likewise for $(ALLOCA_H). + Don't emit diagnostics. Let callers do that. * save-cwd.c: Don't include "error.h". (save_cwd): Don't call error. Ensure that errno is valid |