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/fd-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/fd-ostream')
-rw-r--r-- | gnulib-local/modules/fd-ostream | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnulib-local/modules/fd-ostream b/gnulib-local/modules/fd-ostream index 2c1325e..7553900 100644 --- a/gnulib-local/modules/fd-ostream +++ b/gnulib-local/modules/fd-ostream @@ -30,11 +30,12 @@ fd-ostream.c fd_ostream.priv.h fd_ostream.vt.h : fd-ostream.h result=$$?; rm -rf fd-ostream.lock; exit $$result; \ else \ while test -d fd-ostream.lock; do sleep 1; done; \ - test -f fd-ostream.h; \ + test -f $(srcdir)/fd-ostream.h; \ fi; \ } BUILT_SOURCES += fd-ostream.h fd-ostream.c fd_ostream.priv.h fd_ostream.vt.h -CLEANFILES += fd-ostream.h fd-ostream.c fd_ostream.priv.h fd_ostream.vt.h +MAINTAINERCLEANFILES += fd-ostream.h fd-ostream.c fd_ostream.priv.h fd_ostream.vt.h +EXTRA_DIST += fd-ostream.h fd-ostream.c fd_ostream.priv.h fd_ostream.vt.h Include: "fd-ostream.h" |