From: Michael Tremer Date: Sun, 28 Aug 2011 19:52:18 +0000 (+0200) Subject: macros: Move make_*_targets into build section. X-Git-Tag: 0.9.9~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ddabaf531bc4ebf08247ef2690fa4dc600495fe9;p=pakfire.git macros: Move make_*_targets into build section. --- 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}