summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-16 17:55:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-16 17:55:08 +0200
commit61355d1f054c15673adeb62d32dfd4563f89c165 (patch)
tree7514f5115d00b33c16fc6a4812549ea12ab4512e /package/Makefile
parent50ffd7421f99658e4bc12b99d2d1b870e18f987e (diff)
parent9588a89158a9a4be899f82295ab851acfda55bf7 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index 4c8e63b92..d9a015494 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -4,7 +4,6 @@
# Main makefile for the packages
include $(TOPDIR)/rules.mk
-include $(TOPDIR)/package/Depends.mk
ifeq (${ADK_TARGET_LIB_GLIBC},y)
package-$(ADK_PACKAGE_GLIBC) += glibc
@@ -26,6 +25,8 @@ endif
package-$(ADK_PACKAGE_UCLIBCXX) += uclibc++
endif
+include $(TOPDIR)/package/Depends.mk
+
DOWNLOAD:=$(patsubst %,%-download,$(package-y) $(package-m))
COMPILE_PACKAGES:=$(patsubst %,%-compile,$(package-y) $(package-m))
INSTALL_PACKAGES:=$(patsubst %,%-install,$(package-y))