commit:     77c09ccb1adcbfc1828e61f46df8b53965aaf8e5
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May  7 01:09:54 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May  7 02:11:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77c09ccb

octaveforge.eclass: remove 'all' target from emake

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 eclass/octaveforge.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/octaveforge.eclass b/eclass/octaveforge.eclass
index 70185a6c7..25ac74efc 100644
--- a/eclass/octaveforge.eclass
+++ b/eclass/octaveforge.eclass
@@ -87,7 +87,7 @@ octaveforge_src_compile() {
        export LDFLAGS="${LDFLAGS} -L${OCTLIBDIR}"
 
        if [[ -e src/Makefile ]]; then
-               emake -C src all
+               emake -C src
        fi
 
        if [[ -e src/Makefile ]]; then

Reply via email to