Commit 58c350ba authored by Thomas De Schampheleire's avatar Thomas De Schampheleire Committed by Peter Korsgaard
Browse files

dhrystone: remove usage of FOO_DIR_PREFIX



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: default avatarThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent ee8f0ecf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ DHRYSTONE_SITE = http://www.netlib.org/benchmark/

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