From 3f650a93eb0a88b934f4c9aab78be44385ab58cb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 15 Dec 2006 12:36:56 +0000 Subject: moopp requires GNU sed. --- gnulib-local/modules/fd-ostream | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnulib-local/modules/fd-ostream') 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" -- cgit v1.1