summaryrefslogtreecommitdiff
path: root/libutil
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-18 23:30:31 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-18 23:30:31 +0000
commit99e973a956a6d682f3014d1b35a8ff4cb557bd0e (patch)
tree78c158b54c76bfcd4b67c64934a4d41fedb602b0 /libutil
parentd1155a7c1e364182e441ead2d7bd3e445cd8f8bb (diff)
rework dependencies so the archive is re-created only when the object files have been updated
Diffstat (limited to 'libutil')
-rw-r--r--libutil/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/libutil/Makefile b/libutil/Makefile
index 59176c903..8affcfde2 100644
--- a/libutil/Makefile
+++ b/libutil/Makefile
@@ -23,7 +23,6 @@
TOPDIR=../
include $(TOPDIR)Rules.mak
-LIBC=$(TOPDIR)libc.a
CFLAGS+=$(SSP_ALL_CFLAGS)
@@ -37,11 +36,9 @@ ifeq ($(strip $(ARCH_HAS_MMU)),y)
endif
OBJS=$(patsubst %.c,%.o, $(CSRC))
-all: $(OBJS) $(LIBC)
+all: $(LIBUTIL)
-$(LIBC): ar-target
-
-ar-target: $(OBJS)
+$(LIBUTIL) ar-target: $(OBJS)
$(AR) $(ARFLAGS) $(LIBUTIL) $(OBJS)
$(INSTALL) -d $(TOPDIR)lib
$(RM) $(TOPDIR)lib/$(LIBUTIL)