From 84fb9625270c1a81f632d09c3c3096201252139c Mon Sep 17 00:00:00 2001 From: lace <> Date: Tue, 20 Dec 2005 09:09:08 +0000 Subject: [PATCH] dist-hook: $(BUILT_SOURCES) are now deleted recursively, I hope it is safe. --- Makefile-head.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile-head.am b/Makefile-head.am index 0e12529..3df623b 100644 --- a/Makefile-head.am +++ b/Makefile-head.am @@ -102,7 +102,7 @@ dist-hook-local: dist-hook: endif for i in _built_sources_pad $(BUILT_SOURCES);do \ - $(RM) $(distdir)/$$i; \ + $(RM) -r $(distdir)/$$i; \ done -- 1.8.3.1