From aff84b44070cc4fed9949a37ea155d3975c6a2fb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 16 Jul 2010 16:47:27 +0200 Subject: cygwin host build patches, mostly by deactivating packages --- package/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/Makefile') 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)) -- cgit v1.2.3