From ddabaf531bc4ebf08247ef2690fa4dc600495fe9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 28 Aug 2011 21:52:18 +0200 Subject: [PATCH] macros: Move make_*_targets into build section. --- macros/build.macro | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/macros/build.macro b/macros/build.macro index f4257d19b..2d41de82a 100644 --- a/macros/build.macro +++ b/macros/build.macro @@ -51,15 +51,13 @@ def MACRO_PYTHON_COMPILE # XXX TODO end -# These variables are used if you have to add some targets -# directly to the make command. -make_build_targets = -make_install_targets = install - -build_requires = gcc glibc-devel - # Pre-defined build scripts. build + # These variables are used if you have to add some targets + # directly to the make command. + make_build_targets = + make_install_targets = install + def _prepare [ -d "%{DIR_SRC}" ] && cd %{DIR_SRC} -- 2.39.5