diff options
Diffstat (limited to 'package/tcpdump/tcpdump.mk')
-rw-r--r-- | package/tcpdump/tcpdump.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tcpdump/tcpdump.mk b/package/tcpdump/tcpdump.mk index 0febf6078..c232dc9de 100644 --- a/package/tcpdump/tcpdump.mk +++ b/package/tcpdump/tcpdump.mk @@ -20,4 +20,4 @@ endef TCPDUMP_POST_INSTALL_TARGET_HOOKS += TCPDUMP_REMOVE_DUPLICATED_BINARY -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) |