From 5b1bf14b92cd66b8e700cda84302bb3e70fb7e69 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Mon, 28 Mar 2022 18:56:09 +0200 Subject: [PATCH] :bug: :wrench: Fix install target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea86d123..02d8fd2e 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ clean: clean_core $(info cleaning ...) @rm -f src/*.o src/*/*.o gwion lib${PRG}.a ${gcno} ${gcda} -install: ${PRG} translation-install +install: all translation-install $(info installing ${GWION_PACKAGE} in ${PREFIX}) @mkdir -p ${DESTDIR}/${PREFIX}/{bin,lib,include,share} @install ${PRG} ${DESTDIR}/${PREFIX}/bin -- 2.43.0