I noticed this when moving libpthread to Automake - it doesn't like
source files listed more than once.

BTW, When sending patches like this - Should the patch be from the
root?  I usually do that, but in this case, there's a ChangeLog in the
subdir, so the ChangeLog entry is from there.

2002-11-13  Jeff Bailey  <[EMAIL PROTECTED]>

        * Makefile (SRCS): Only list pt-attr.c once.


-- 
When you get to the heart,
use a knife and fork.
 - From instructions on how to eat an artichoke.
Index: libpthread/Makefile
===================================================================
RCS file: /cvsroot/hurd/hurd/libpthread/Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile
--- libpthread/Makefile	10 Oct 2002 23:05:06 -0000	1.1
+++ libpthread/Makefile	13 Nov 2002 14:15:45 -0000
@@ -32,7 +32,7 @@ SRCS := pt-attr.c pt-attr-destroy.c pt-a
 	pt-attr-init.c pt-attr-setdetachstate.c pt-attr-setguardsize.c	    \
 	pt-attr-setinheritsched.c pt-attr-setschedparam.c		    \
 	pt-attr-setschedpolicy.c pt-attr-setscope.c pt-attr-setstack.c	    \
-	pt-attr-setstackaddr.c pt-attr-setstacksize.c pt-attr.c		    \
+	pt-attr-setstackaddr.c pt-attr-setstacksize.c 			    \
 									    \
 	pt-barrier-destroy.c pt-barrier-init.c pt-barrier-wait.c	    \
 	pt-barrier.c pt-barrierattr-destroy.c pt-barrierattr-init.c	    \

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to