patches/uClibc/0.9.29/150-bits_sysnum_h2.patch
changeset 747 d3e603e7c17c
parent 418 37e5c1781460
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/uClibc/0.9.29/150-bits_sysnum_h2.patch	Mon Jul 28 21:32:33 2008 +0000
     1.3 @@ -0,0 +1,18 @@
     1.4 +YEM-20070519:
     1.5 +Patch from Bernhard Fischer <rep.dot.nop@gmail.com> on the uClibc mailing
     1.6 +list ( http://www.uclibc.org/lists/uclibc/2008-January/018940.html ) above
     1.7 +the 400-bits_sysnum_h.patch.
     1.8 +
     1.9 +Index: uClibc/Makefile.in
    1.10 +===================================================================
    1.11 +--- uClibc/Makefile.in	(revision 18651)
    1.12 ++++ uClibc/Makefile.in	(working copy)
    1.13 +@@ -114,7 +116,7 @@ install: install_runtime install_dev
    1.14 + RUNTIME_PREFIX_LIB_FROM_DEVEL_PREFIX_LIB=$(shell $(top_srcdir)extra/scripts/relative_path.sh $(DEVEL_PREFIX)lib $(RUNTIME_PREFIX)lib)
    1.15 + 
    1.16 + # Installs header files.
    1.17 +-install_headers:
    1.18 ++install_headers: headers
    1.19 + 	$(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)include
    1.20 + 	printf ".svn\n.cvsignore\nCVS\n" > tar_exclude ; \
    1.21 + 	$(TAR) -chf - -X tar_exclude include \