diff options
author | Bruno Haible <bruno@clisp.org> | 2003-05-21 14:46:57 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:36 +0200 |
commit | c5677bbf43287558a490ad973ec17ea719b4106a (patch) | |
tree | d62d2fa861f30b29d6c4a6823c951fbd32206e22 /gettext-tools | |
parent | 27ea4752a3fd01233679790cd1301c6a357839e1 (diff) | |
download | external_gettext-c5677bbf43287558a490ad973ec17ea719b4106a.zip external_gettext-c5677bbf43287558a490ad973ec17ea719b4106a.tar.gz external_gettext-c5677bbf43287558a490ad973ec17ea719b4106a.tar.bz2 |
Oops.
Diffstat (limited to 'gettext-tools')
-rw-r--r-- | gettext-tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index aeb892a..8c50428 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -203,7 +203,7 @@ config.h.msvc: config.h.in ../version.sh < $(srcdir)/config.h.in > $@ windows/stdbool.h: lib/stdbool.h.in - sed -e 's/@''HAVE__BOOL''@/0/' < $(srcdir)/windows/stdbool.h > $@ + sed -e 's/@''HAVE__BOOL''@/0/' < $(srcdir)/lib/stdbool.h.in > $@ all-local : windows/stdbool.h |