diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-10-20 11:53:16 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-10-20 11:53:16 +0000 |
commit | e337d002fe4f258897f9d7ac5292e243b88b4cfd (patch) | |
tree | fb40c9c695fa7cf5e018b5174dcc201539cd61ef /package/popt/popt.mk | |
parent | fc7bf9e3254aec9325a2bbf26d0aece41d434855 (diff) |
package/: remove redundant install-strip in *_TARGET_INSTALL_OPT
It's default now.
Diffstat (limited to 'package/popt/popt.mk')
-rw-r--r-- | package/popt/popt.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/popt/popt.mk b/package/popt/popt.mk index e35b917c3..b2f7c8b4a 100644 --- a/package/popt/popt.mk +++ b/package/popt/popt.mk @@ -8,7 +8,6 @@ POPT_SITE:=http://rpm5.org/files/popt POPT_INSTALL_STAGING:=YES POPT_INSTALL_TARGET:=YES POPT_CONF_ENV:=ac_cv_va_copy=yes -POPT_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) install-strip POPT_DEPENDENCIES:=uclibc |