aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-07 03:09:54 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-07 04:11:21 +0200
commit77c09ccb1adcbfc1828e61f46df8b53965aaf8e5 (patch)
tree631f4e84b9aa4fd72a4317585eab926e67b6d14c
parentdev-octave/ocl: new package, add 1.2.0 (diff)
downloadguru-77c09ccb1adcbfc1828e61f46df8b53965aaf8e5.tar.gz
guru-77c09ccb1adcbfc1828e61f46df8b53965aaf8e5.tar.bz2
guru-77c09ccb1adcbfc1828e61f46df8b53965aaf8e5.zip
octaveforge.eclass: remove 'all' target from emake
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--eclass/octaveforge.eclass2
1 files changed, 1 insertions, 1 deletions
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