From a67c6273255c0357bf1e14ea35005b47c9a94e6c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 6 Jul 2000 00:20:50 +0000 Subject: Lots and lots of cleanups. -Erik --- libc/sysdeps/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/Makefile') diff --git a/libc/sysdeps/linux/Makefile b/libc/sysdeps/linux/Makefile index a81bb9a21..16980d1b3 100644 --- a/libc/sysdeps/linux/Makefile +++ b/libc/sysdeps/linux/Makefile @@ -5,7 +5,7 @@ ARCH = $(shell uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/') all: $(ARCH) common $(ARCH): dummy - echo Building for ARCH=$(ARCH) + @echo Building for ARCH=$(ARCH) make -C $(ARCH) common: dummy -- cgit v1.2.3