From 0dfed61674046e44d5473b02497a58484398d076 Mon Sep 17 00:00:00 2001 From: prascle Date: Fri, 24 Oct 2008 09:20:12 +0000 Subject: [PATCH] PR: repair make distcheck --- bin/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/Makefile.am b/bin/Makefile.am index 328b52a91..0a7014d6f 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -78,6 +78,11 @@ dist-hook: DISTCLEANFILES = $(top_builddir)/bin/salome/Makefile.am +clean-local: + rm -rf $(top_builddir)/bin/salome/appliskel + cd $(top_builddir)/bin/salome; \ + rm -f $(dist_salomescript_DATA) $(dist_salomescript_SCRIPTS) + # This is an ugly target to avoid exploring the appliskel subdirectory. install-exec-local: $(INSTALL) -d $(DESTDIR)$(salomescriptdir) -- 2.39.2