[uClibc-cvs] uClibc/libc/misc Makefile,1.37,1.38

Manuel Novoa III mjn3 at uclibc.org
Wed Sep 3 07:23:17 UTC 2003


Update of /var/cvs/uClibc/libc/misc
In directory winder:/tmp/cvs-serv5808/libc/misc

Modified Files:
	Makefile 
Log Message:
Some more buildroot-motivated fixes.  Avoid installing some headers, as
well as stub libintl, depending on configuration.


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/misc/Makefile,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Makefile	24 Aug 2003 05:11:50 -0000	1.37
+++ Makefile	3 Sep 2003 07:23:14 -0000	1.38
@@ -27,7 +27,7 @@
 
 DIRS = assert ctype dirent file fnmatch glob internals \
        mntent syslog time utmp sysvipc statfs \
-       error ttyent gnu search intl locale
+       error ttyent gnu search locale
 ifeq ($(strip $(UCLIBC_HAS_REGEX)),y)
 DIRS += regex
 endif
@@ -40,6 +40,9 @@
 ifeq ($(strip $(UCLIBC_HAS_WCHAR)),y)
 DIRS += wctype wchar
 endif
+ifeq ($(strip $(UCLIBC_HAS_GETTEXT_AWARENESS)),y)
+DIRS += intl
+endif
 
 all: libc.a
 




More information about the uClibc-cvs mailing list