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/sysdeps/linux/common/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libc/sysdeps/linux/common/Makefile') diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index e42987859..5c43c1689 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -63,14 +63,14 @@ endif COBJS=$(patsubst %.c,%.o, $(CSRC)) -OBJ=$(COBJS) $(MOBJ) +OBJS=$(COBJS) $(MOBJ) -all: $(STR_SYSCALLS) $(OBJ) $(LIBC) +OBJ_LIST=../../../obj.sysdeps.common -$(LIBC): ar-target +all: $(OBJ_LIST) -ar-target: $(OBJ) - $(AR) $(ARFLAGS) $(LIBC) $(OBJ) +$(OBJ_LIST): $(OBJS) + echo $(patsubst %, sysdeps/linux/common/%, $(OBJS)) > $(OBJ_LIST) $(COBJS): %.o : %.c $(CC) $(CFLAGS) -c $< -o $@ -- cgit v1.2.3