From 34eeba761a4b94cc261e53021c45dc8379854fd1 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 13 Jun 2006 09:54:21 +0000 Subject: [PATCH 1/1] recursive invocation of distr_pre --- helm/software/matita/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm/software/matita/Makefile b/helm/software/matita/Makefile index af7445047..a317e78e1 100644 --- a/helm/software/matita/Makefile +++ b/helm/software/matita/Makefile @@ -224,6 +224,9 @@ dist_library@%: endif +dist_pre: + $(MAKE) -C dist/ dist_pre + DESTDIR = $(RT_BASE_DIR) INSTALL_STUFF = \ icons/ \ -- 2.39.2