From 4f889ada561fbdffeefa1a8327d5b8939b021685 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 19 Nov 2003 17:17:56 +0000 Subject: automatically detect if we have a usable version of sed installed. If not, we will now build our own version. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6aaf9fa41..78dae94e4 100644 --- a/Makefile +++ b/Makefile @@ -113,7 +113,7 @@ INSTALL_LIBSTDCPP=true # The list of stuff to build for the target filesystem # ############################################################# -TARGETS:= +TARGETS:=host-sed # The toolchain comes next if we are building one ifeq ($(USE_UCLIBC_TOOLCHAIN),true) ifeq ($(GCC_2_95_TOOLCHAIN),true) -- cgit v1.2.3