From 478ea1a12dffca0025c0ad55ad702cbaec465f93 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 8 Sep 2010 00:52:27 +0200 Subject: packages: remove unneeded _INSTALL_TARGET_OPT definitions Now that _INSTALL_TARGET_OPT always defaults to 'DESTDIR=$(TARGET_DIR) install', we can remove the _INSTALL_TARGET_OPT definition from a lot of packages. Signed-off-by: Thomas Petazzoni --- package/beecrypt/beecrypt.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/beecrypt') diff --git a/package/beecrypt/beecrypt.mk b/package/beecrypt/beecrypt.mk index d26d31d8f..5fffd1f2f 100644 --- a/package/beecrypt/beecrypt.mk +++ b/package/beecrypt/beecrypt.mk @@ -13,6 +13,4 @@ BEECRYPT_CONF_OPT = --without-cplusplus \ --without-python \ --disable-rpath -BEECRYPT_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) install - $(eval $(call AUTOTARGETS,package,beecrypt)) -- cgit v1.2.3