From 130697527bfd32f3a6a6e4dfcc1e80c0cdfa0b37 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 25 Jan 2005 03:17:00 +0000 Subject: merge parallel build support --- libc/misc/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libc/misc/Makefile') diff --git a/libc/misc/Makefile b/libc/misc/Makefile index da7c44fba..9d2d74a2b 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -50,9 +50,7 @@ ifeq ($(strip $(UCLIBC_HAS_GLOB)),y) DIRS += glob endif -all: libc.a - -libc.a: subdirs +all: subdirs tags: ctags -R @@ -70,4 +68,3 @@ $(patsubst %, _dirclean_%, $(DIRS)) : dummy $(MAKE) -C $(patsubst _dirclean_%, %, $@) clean .PHONY: dummy - -- cgit v1.2.3