svn commit: trunk/uClibc/ldso

psm at uclibc.org psm at uclibc.org
Fri Oct 28 00:36:50 UTC 2005


Author: psm
Date: 2005-10-27 17:36:50 -0700 (Thu, 27 Oct 2005)
New Revision: 11942

Log:
Missed one occurence of BUILD_UCLIBC_LDSO

Modified:
   trunk/uClibc/ldso/Makefile


Changeset:
Modified: trunk/uClibc/ldso/Makefile
===================================================================
--- trunk/uClibc/ldso/Makefile	2005-10-28 00:29:58 UTC (rev 11941)
+++ trunk/uClibc/ldso/Makefile	2005-10-28 00:36:50 UTC (rev 11942)
@@ -21,7 +21,7 @@
 
 DIRS = ldso libdl
 
-ifeq ($(BUILD_UCLIBC_LDSO),y)
+ifeq ($(HAVE_SHARED),y)
 all: subdirs
 else
 all:




More information about the uClibc-cvs mailing list