From c1fe19d4c1db610692365472a90f4661e48449c1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 9 Oct 2000 20:06:30 +0000 Subject: Bug ugly formatting update --- libc/sysdeps/linux/common/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common') diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index b4a922eb5..973531d98 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -25,13 +25,20 @@ TOPDIR=../../../ include $(TOPDIR)Rules.make LIBC=$(TOPDIR)libc.a +#The file makefile.objs defines $(COBJS) include makefile.objs +OBJ=$(COBJS) + all: $(OBJ) $(LIBC) -$(LIBC): $(OBJ) +$(LIBC): ar-target + +ar-target: $(OBJ) $(AR) $(ARFLAGS) $(LIBC) $(OBJ) +$(OBJ): Makefile + clean: rm -f *.[oa] *~ core -- cgit v1.2.3