diff options
Diffstat (limited to 'gnulib-local/modules/memory-ostream')
-rw-r--r-- | gnulib-local/modules/memory-ostream | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnulib-local/modules/memory-ostream b/gnulib-local/modules/memory-ostream index cfa98e1..171831f 100644 --- a/gnulib-local/modules/memory-ostream +++ b/gnulib-local/modules/memory-ostream @@ -30,11 +30,12 @@ memory-ostream.c memory_ostream.priv.h memory_ostream.vt.h : memory-ostream.h result=$$?; rm -rf memory-ostream.lock; exit $$result; \ else \ while test -d memory-ostream.lock; do sleep 1; done; \ - test -f memory-ostream.h; \ + test -f $(srcdir)/memory-ostream.h; \ fi; \ } BUILT_SOURCES += memory-ostream.h memory-ostream.c memory_ostream.priv.h memory_ostream.vt.h -CLEANFILES += memory-ostream.h memory-ostream.c memory_ostream.priv.h memory_ostream.vt.h +MAINTAINERCLEANFILES += memory-ostream.h memory-ostream.c memory_ostream.priv.h memory_ostream.vt.h +EXTRA_DIST += memory-ostream.h memory-ostream.c memory_ostream.priv.h memory_ostream.vt.h Include: "memory-ostream.h" |