[uClibc-cvs] uClibc/test Makefile,1.26,1.27

Erik Andersen andersen at uclibc.org
Mon Sep 1 23:43:46 UTC 2003


Update of /var/cvs/uClibc/test
In directory winder:/tmp/cvs-serv17251

Modified Files:
	Makefile 
Log Message:
move the ldso tests to dlopen where they belong


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/test/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Makefile	17 Feb 2003 14:19:21 -0000	1.26
+++ Makefile	1 Sep 2003 23:43:42 -0000	1.27
@@ -22,7 +22,7 @@
 .EXPORT_ALL_VARIABLES:
 
 
-ALL_SUBDIRS = args assert ctype ldso pwd_grp signal silly stdlib string unistd crypt #misc
+ALL_SUBDIRS = args assert ctype dlopen pwd_grp signal silly stdlib string unistd crypt #misc
 DIRS = $(ALL_SUBDIRS)
 #ifeq ($(TARGET_ARCH), $(HOST_ARCH))
 #	DIRS = $(ALL_SUBDIRS)
@@ -31,7 +31,7 @@
 #endif
 ifeq ($(strip $(HAVE_SHARED)),true)
   ifeq ($(strip $(DODYNAMIC)),true)
-	DIRS += ldso
+	DIRS += dlopen
   endif	
 endif	
 ifeq ($(strip $(INCLUDE_THREADS)),true)




More information about the uClibc-cvs mailing list