From d06645d8eddce3a22144a9ef8961a8f7599d319e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 10 Feb 2005 03:06:39 +0000 Subject: There is no need to have a separate 'Makefile.in' file in the general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file --- package/coreutils/coreutils.mk | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'package/coreutils/coreutils.mk') diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk index df07a0885..a51e37785 100644 --- a/package/coreutils/coreutils.mk +++ b/package/coreutils/coreutils.mk @@ -88,3 +88,11 @@ coreutils-clean: coreutils-dirclean: rm -rf $(COREUTILS_DIR) +############################################################# +# +# Toplevel Makefile options +# +############################################################# +ifeq ($(strip $(BR2_PACKAGE_COREUTILS)),y) +TARGETS+=coreutils +endif -- cgit v1.2.3