From 69ef82112fd3b07f9c7bfff522c42267def4d5d5 Mon Sep 17 00:00:00 2001 From: landley Date: Thu, 6 Jul 2006 20:02:47 +0000 Subject: Attempt to address Shaun Jackman's problem adding "busybox: busybox.bflt" to .config.mak. git-svn-id: svn://busybox.net/trunk/busybox@15659 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- libbb/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libbb/Makefile b/libbb/Makefile index 98b144c10..336398641 100644 --- a/libbb/Makefile +++ b/libbb/Makefile @@ -12,6 +12,12 @@ top_builddir=.. endif srcdir=$(top_srcdir)/libbb LIBBB_DIR:=./ + +# Ensure "all" is still the default target when make is run by itself in +# libbb, even if the files we include define rules for targets. + +all: + include $(top_srcdir)/Rules.mak include $(top_builddir)/.config include Makefile.in -- cgit v1.2.3-55-g6feb