[uClibc-cvs] uClibc Makefile,1.226,1.227

Erik Andersen andersen at uclibc.org
Mon Oct 20 20:13:21 UTC 2003


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

Modified Files:
	Makefile 
Log Message:
Fix a stupid bug that caused uClibc to never provide the correct
fpu_control.h header file, since the correct arch specific one was
always later overwritten by the generic one.  oops.
 -Erik


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/Makefile,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -d -r1.226 -r1.227
--- Makefile	20 Oct 2003 18:23:28 -0000	1.226
+++ Makefile	20 Oct 2003 20:13:18 -0000	1.227
@@ -159,6 +159,7 @@
 	else \
 		mv -f include/bits/sysnum.h.new include/bits/sysnum.h; \
 	fi
+	$(MAKE) -C libc/sysdeps/linux/common headers
 	$(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) headers
 
 # Command used to download source code




More information about the uClibc-cvs mailing list