netcat: remove --program-prefix

--program-prefix is now set in the auto-target infrastructure.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Yann E. MORIN 2011-08-10 00:12:43 +02:00 committed by Peter Korsgaard
parent 2caafe6be7
commit 98304cb6a8
1 changed files with 0 additions and 1 deletions

View File

@ -10,6 +10,5 @@ NETCAT_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/netc
NETCAT_AUTORECONF:=NO
NETCAT_INSTALL_STAGING:=NO
NETCAT_INSTALL_TARGET:=YES
NETCAT_CONF_OPT = --program-prefix=''
$(eval $(call AUTOTARGETS,package,netcat))