summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/linuxthreads_db/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/libpthread/linuxthreads_db/Makefile b/libpthread/linuxthreads_db/Makefile
index dea86b074..656275fa9 100644
--- a/libpthread/linuxthreads_db/Makefile
+++ b/libpthread/linuxthreads_db/Makefile
@@ -57,11 +57,9 @@ CSRC= td_init.c td_log.c td_ta_delete.c td_ta_get_nthreads.c \
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJS=$(COBJS)
-all: $(OBJS) $(LIBTHREAD_DB)
+all: $(LIBTHREAD_DB)
-$(LIBTHREAD_DB): ar-target
-
-ar-target: $(OBJS)
+$(LIBTHREAD_DB) ar-target: $(OBJS)
$(AR) $(ARFLAGS) $(LIBTHREAD_DB) $(OBJS)
$(COBJS): %.o : %.c
@@ -70,5 +68,3 @@ $(COBJS): %.o : %.c
clean:
$(RM) *.[oa] *~ core
-
-