From c211d8869195b2dbeaa70e573264d3ca9e597af2 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 27 May 2024 21:57:45 +0200 Subject: [PATCH] use install command --- prospero/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/prospero/Makefile.in b/prospero/Makefile.in index 436b42c..4885a69 100755 --- a/prospero/Makefile.in +++ b/prospero/Makefile.in @@ -53,8 +53,7 @@ installdirs: installfiles: -for i in $(BINSUBDIRS); do \ - (cd $$i ; \ - $(MAKE) $(PASTHRU) install); \ + (cd $$i && $(MAKE) install) ; \ done #