]> git.ipfire.org Git - pakfire.git/commitdiff
macros: Move make_*_targets into build section.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Aug 2011 19:52:18 +0000 (21:52 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Aug 2011 19:52:18 +0000 (21:52 +0200)
macros/build.macro

index f4257d19b35edd0d0edb051a3be88832481e2061..2d41de82a42a10669dc09bac8e75089b888cf583 100644 (file)
@@ -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}