svn commit: trunk/uClibc/libpthread

vapier at uclibc.org vapier at uclibc.org
Fri Nov 18 06:09:25 UTC 2005


Author: vapier
Date: 2005-11-17 22:09:14 -0800 (Thu, 17 Nov 2005)
New Revision: 12402

Log:
dont include sub makefiles if thread support has been disabled

Modified:
   trunk/uClibc/libpthread/Makefile.in


Changeset:
Modified: trunk/uClibc/libpthread/Makefile.in
===================================================================
--- trunk/uClibc/libpthread/Makefile.in	2005-11-18 06:05:41 UTC (rev 12401)
+++ trunk/uClibc/libpthread/Makefile.in	2005-11-18 06:09:14 UTC (rev 12402)
@@ -5,5 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
+ifneq ($(PTNAME),)
 include $(PTDIR)/Makefile.in
 include $(PTDIR)_db/Makefile.in
+endif




More information about the uClibc-cvs mailing list