[uClibc-cvs] uClibc/libutil Makefile,1.22,1.23

Erik Andersen andersen at uclibc.org
Fri Jan 16 13:43:35 UTC 2004


Update of /var/cvs/uClibc/libutil
In directory nail:/home/andersen/CVS/uClibc/libutil

Modified Files:
	Makefile 
Log Message:
s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libutil/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile	4 Nov 2003 09:00:01 -0000	1.22
+++ Makefile	16 Jan 2004 13:43:30 -0000	1.23
@@ -30,7 +30,7 @@
 LIBUTIL_SHARED_FULLNAME=libutil-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so
 
 CSRC=login.c login_tty.c logout.c logwtmp.c openpty.c
-ifeq ($(strip $(UCLIBC_HAS_MMU)),y)
+ifeq ($(strip $(ARCH_HAS_MMU)),y)
     CSRC+=forkpty.c
 endif
 OBJS=$(patsubst %.c,%.o, $(CSRC))




More information about the uClibc-cvs mailing list