diff options
author | Bruno Haible <bruno@clisp.org> | 2006-12-15 12:36:56 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:29 +0200 |
commit | 3f650a93eb0a88b934f4c9aab78be44385ab58cb (patch) | |
tree | edb31c8f288a59b404e288f80ffb5a97e41f4a54 /gnulib-local/modules/ostream | |
parent | 1173b04b0f53e951550189f5be627cbd63f38c15 (diff) | |
download | external_gettext-3f650a93eb0a88b934f4c9aab78be44385ab58cb.zip external_gettext-3f650a93eb0a88b934f4c9aab78be44385ab58cb.tar.gz external_gettext-3f650a93eb0a88b934f4c9aab78be44385ab58cb.tar.bz2 |
moopp requires GNU sed.
Diffstat (limited to 'gnulib-local/modules/ostream')
-rw-r--r-- | gnulib-local/modules/ostream | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnulib-local/modules/ostream b/gnulib-local/modules/ostream index 06611b7..6792ef0 100644 --- a/gnulib-local/modules/ostream +++ b/gnulib-local/modules/ostream @@ -25,11 +25,12 @@ ostream.c ostream.priv.h ostream.vt.h : ostream.h result=$$?; rm -rf ostream.lock; exit $$result; \ else \ while test -d ostream.lock; do sleep 1; done; \ - test -f ostream.h; \ + test -f $(srcdir)/ostream.h; \ fi; \ } BUILT_SOURCES += ostream.h ostream.c ostream.priv.h ostream.vt.h -CLEANFILES += ostream.h ostream.c ostream.priv.h ostream.vt.h +MAINTAINERCLEANFILES += ostream.h ostream.c ostream.priv.h ostream.vt.h +EXTRA_DIST += ostream.h ostream.c ostream.priv.h ostream.vt.h Include: "ostream.h" |