octaveforge.eclass: remove 'all' target from emake

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-07 03:09:54 +02:00
parent b3cf916b69
commit 77c09ccb1a

View File

@@ -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