From 3d5a4b036c3ad035450aa7fdac8c39d2f0bc6fa2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 19 Feb 2005 07:40:42 +0000 Subject: sync with buildroot2 from uclibc git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@262 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/Makefile.in | 3 --- package/busybox/busybox.mk | 9 +++++++++ 2 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 package/busybox/Makefile.in (limited to 'package/busybox') diff --git a/package/busybox/Makefile.in b/package/busybox/Makefile.in deleted file mode 100644 index a8efafb8b4..0000000000 --- a/package/busybox/Makefile.in +++ /dev/null @@ -1,3 +0,0 @@ -ifeq ($(strip $(BR2_PACKAGE_BUSYBOX)),y) -TARGETS+=busybox -endif diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk index 84c4a1cd7f..e19aa7bc4f 100644 --- a/package/busybox/busybox.mk +++ b/package/busybox/busybox.mk @@ -60,3 +60,12 @@ busybox-clean: busybox-dirclean: rm -rf $(BUSYBOX_DIR) + +############################################################# +# +# Toplevel Makefile options +# +############################################################# +ifeq ($(strip $(BR2_PACKAGE_BUSYBOX)),y) +TARGETS+=busybox +endif -- cgit v1.2.3