[uClibc-cvs] uClibc/libc/unistd Makefile,1.36,1.37

Manuel Novoa III mjn3 at uclibc.org
Mon Jan 12 11:07:04 UTC 2004


Update of /var/cvs/uClibc/libc/unistd
In directory nail:/tmp/cvs-serv8585

Modified Files:
	Makefile 
Log Message:
Oops... Seems I forgot an else...


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/unistd/Makefile,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- Makefile	2 Jan 2004 08:44:58 -0000	1.36
+++ Makefile	12 Jan 2004 11:07:02 -0000	1.37
@@ -29,6 +29,7 @@
 
 ifeq ($(strip $(UCLIBC_HAS_MMU)),y)
 	CSRC += daemon.c
+else
 	MOBJ1 += __exec_alloc.o
 endif
 




More information about the uClibc-cvs mailing list