]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Create directory 'windows' if $srcdir != $builddir.
authorBruno Haible <bruno@clisp.org>
Mon, 8 May 2006 20:13:59 +0000 (20:13 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:14 +0000 (12:13 +0200)
gettext-tools/ChangeLog
gettext-tools/Makefile.am

index 69a74f87a5f9724cb8cae8b19e4996314751c1de..4b208b88a45c75033c6bf231ba062107610d5be9 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-08  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (windows/stdbool.h): Create directory if needed.
+       Based on a patch by Charles Wilson.
+
 2006-04-30  Bruno Haible  <bruno@clisp.org>
 
        * configure.ac: Invoke gl_STDARG_H.
index fb3e148adca38d9956bb9e673831717fba9a3d7c..e9073caf7a3025ac5dc4bac176689136d64d73ef 100644 (file)
@@ -231,6 +231,7 @@ config.h.msvc: config.h.in ../version.sh
          < $(srcdir)/config.h.in > $@
 
 windows/stdbool.h: lib/stdbool_.h
+       test -d windows || mkdir windows
        sed -e 's/@''HAVE__BOOL''@/0/' < $(srcdir)/lib/stdbool_.h > $@
 
 all-local : windows/stdbool.h