Index: STP/posixtestsuite-20041001/Makefile
===================================================================
RCS file: /cvsroot/nptl/tools/testsuite/STP/posixtestsuite-20041001/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- STP/posixtestsuite-20041001/Makefile	25 Oct 2004 13:03:42 -0000	1.3
+++ STP/posixtestsuite-20041001/Makefile	27 Oct 2004 08:48:12 -0000
@@ -79,7 +79,7 @@
 %.test: %.o
 	@COMPLOG=$(LOGFILE).$$$$; \
 	[ -f $< ] || exit 0; \
-	{ nm -g $< | grep -q " T main"; } || \
+	{ nm -g $< | grep -q " D main"; } || \
 	{ echo "$(@:.test=): link: SKIP" | tee -a $(LOGFILE) && exit 0; }; \
 	if $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS) > $$COMPLOG 2>&1; \
 	then \
