diff options
author | Bruno Haible <bruno@clisp.org> | 2007-06-10 11:11:03 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:55 +0200 |
commit | 3ceadb085e7127c2a3f8dc7adbc9c842f9bffa0e (patch) | |
tree | d1c9114b7b41542490933d2665f743e0675942b5 /gettext-runtime | |
parent | 27f4050efdf0d27e006ffd332149631f30fb27da (diff) | |
download | external_gettext-3ceadb085e7127c2a3f8dc7adbc9c842f9bffa0e.zip external_gettext-3ceadb085e7127c2a3f8dc7adbc9c842f9bffa0e.tar.gz external_gettext-3ceadb085e7127c2a3f8dc7adbc9c842f9bffa0e.tar.bz2 |
Add comment.
Diffstat (limited to 'gettext-runtime')
-rw-r--r-- | gettext-runtime/intl/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gettext-runtime/intl/Makefile.in b/gettext-runtime/intl/Makefile.in index 0ea92bb..3fb0a09 100644 --- a/gettext-runtime/intl/Makefile.in +++ b/gettext-runtime/intl/Makefile.in @@ -273,6 +273,11 @@ osdep.lo: $(srcdir)/osdep.c intl-compat.lo: $(srcdir)/intl-compat.c $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/intl-compat.c +# The following sed expressions contain a minimal amount of newlines, so that +# they can be written in a Makefile without requiring a temporary file. It is +# not POSIX compliant to use semicolons instead of newlines inside a group of +# sed commands {...}. But this rule is executed only on Woe32 systems, which +# can assume the presence of GNU sed (and GNU make). libintl.res: $(srcdir)/libintl.rc sed_extract_major='/^[0-9]/{s/^\([0-9]*\).*/\1/p;q};a\ 0'; \ |