diff mbox

[1,of,2] dhrystone: remove usage of FOO_DIR_PREFIX

Message ID 2178aae52ad9825f6186.1384170791@argentina
State Accepted
Commit 58c350ba678cad13c56372a886f56f1d83e5bfc1
Headers show

Commit Message

Thomas De Schampheleire Nov. 11, 2013, 11:53 a.m. UTC
As the semantics of FOO_DIR_PREFIX will change in the following patch, we
want to remove unnecessary usage of this variable.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
 package/dhrystone/dhrystone.mk |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Peter Korsgaard Feb. 4, 2014, 1:18 p.m. UTC | #1
On Mon, Nov 11, 2013 at 12:53 PM, Thomas De Schampheleire
<patrickdepinguin@gmail.com> wrote:
> As the semantics of FOO_DIR_PREFIX will change in the following patch, we
> want to remove unnecessary usage of this variable.
>
> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/dhrystone/dhrystone.mk b/package/dhrystone/dhrystone.mk
--- a/package/dhrystone/dhrystone.mk
+++ b/package/dhrystone/dhrystone.mk
@@ -10,7 +10,7 @@  DHRYSTONE_SITE = http://www.netlib.org/b
 
 define DHRYSTONE_EXTRACT_CMDS
 	(cd $(@D) && $(SHELL) $(DL_DIR)/$($(PKG)_SOURCE))
-	$(Q)cp $($(PKG)_DIR_PREFIX)/dhrystone/Makefile $(@D)/
+	$(Q)cp package/dhrystone/Makefile $(@D)/
 endef
 
 define DHRYSTONE_BUILD_CMDS