On Thursday 17 January 2008 17:08:04 Bernhard Fischer wrote: > For compatibility (so you can continue to use oldconfig install_dev) > install_headers has to depend on headers, like so (copy'n paste, sorry): > Index: uClibc/Makefile.in > =================================================================== > --- uClibc/Makefile.in (revision 20862) > +++ uClibc/Makefile.in (working copy) [--SNIP--] > @@ -114,7 +116,7 @@ install: install_runtime install_dev > RUNTIME_PREFIX_LIB_FROM_DEVEL_PREFIX_LIB=$(shell > $(top_srcdir)extra/scripts/relative_path.sh $(DEVEL_PREFIX)lib > $(RUNTIME_PREFIX)lib) > > # Installs header files. > -install_headers: > +install_headers: headers > $(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)include > printf ".svn\n.cvsignore\nCVS\n" > tar_exclude ; \ > $(TAR) -chf - -X tar_exclude include \
Ah, I was missing this part... Good catch! > I'll commit this to trunk in a few days and later to the stable branch. Thank you! Regards, Yann E. MORIN. -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +0/33 662376056 | Software Designer | \ / CAMPAIGN | ^ | | --==< °_° >==-- °------------.-------: X AGAINST | /e\ There is no | | http://ymorin.is-a-geek.org/ | (*_*) | / \ HTML MAIL | """ conspiracy. | °------------------------------°-------°------------------°--------------------° _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
