svn commit: branches/uClibc-nptl/test/nptl

sjhill at uclibc.org sjhill at uclibc.org
Sun Jan 22 00:02:22 UTC 2006


Author: sjhill
Date: 2006-01-21 16:02:20 -0800 (Sat, 21 Jan 2006)
New Revision: 13487

Log:
Add building of support object(s).


Modified:
   branches/uClibc-nptl/test/nptl/Makefile


Changeset:
Modified: branches/uClibc-nptl/test/nptl/Makefile
===================================================================
--- branches/uClibc-nptl/test/nptl/Makefile	2006-01-21 23:55:51 UTC (rev 13486)
+++ branches/uClibc-nptl/test/nptl/Makefile	2006-01-22 00:02:20 UTC (rev 13487)
@@ -133,7 +133,7 @@
 tst-exec4-ARGS = tst-exec4
 
 
-all: $(SO_OBJS) $(patsubst %, %, $(TARGETS))
+all: $(OBJS) $(SO_OBJS) $(patsubst %, %, $(TARGETS))
 
 $(patsubst %, %, $(TARGETS)): $(patsubst %, %.o, $(TARGETS))
 	-@ echo "-------"




More information about the uClibc-cvs mailing list