summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/net-snmp')
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild b/net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild
index e3f672ebe1e6..2a0c1711a86c 100644
--- a/net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild
@@ -128,9 +128,9 @@ src_configure() {
}
src_compile() {
- emake \
- OTHERLDFLAGS="${LDFLAGS}" \
- sedscript all
+ for target in snmplib agent sedscript all; do
+ emake OTHERLDFLAGS="${LDFLAGS}" ${target}
+ done
use doc && emake docsdox
}