This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [Patch] Inline thread backend functions in GNU ObjC runtime



Well - my fault - the patch, as submitted, contained a typo - please
fix the following in the Makefile.in:
 
thr.lo: thr.c $(OBJC_THREAD_FILE).c 

should simply be 

thr.lo: thr.c

and 

thr_gc.lo: thr.c $(OBJC_THREAD_FILE).c

should simply be 

thr_gc.lo: thr.c

Thanks - sorry.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]