2002-08-28 Jeff Johnston <jjohnstn@redhat.com>
* Makefile.am (install-data-local): Move install of build newlib.h after installing headers in libc/include so as to overwrite default newlib.h. * Makefile.in: Regenerated.
This commit is contained in:
parent
48da61f5bb
commit
f3741c2701
@ -1,3 +1,10 @@
|
||||
2002-08-28 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* Makefile.am (install-data-local): Move install of build
|
||||
newlib.h after installing headers in libc/include so as to
|
||||
overwrite default newlib.h.
|
||||
* Makefile.in: Regenerated.
|
||||
|
||||
2002-08-28 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/include/newlib.h: New file for tools that use newlib
|
||||
|
@ -228,10 +228,10 @@ endif
|
||||
$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
|
||||
-if [ -z "$(MULTISUBDIR)" ]; then \
|
||||
$(mkinstalldirs) $(DESTDIR)$(tooldir)/include; \
|
||||
$(INSTALL_DATA) newlib.h $(DESTDIR)$(tooldir)/include/newlib.h; \
|
||||
for i in $(srcdir)/libc/include/*.h; do \
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/`basename $$i`; \
|
||||
done; \
|
||||
$(INSTALL_DATA) newlib.h $(DESTDIR)$(tooldir)/include/newlib.h; \
|
||||
$(mkinstalldirs) $(DESTDIR)$(tooldir)/include/machine; \
|
||||
for i in $(srcdir)/libc/include/machine/*.h; do \
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/machine/`basename $$i`; \
|
||||
|
@ -798,10 +798,10 @@ install-data-local: install-toollibLIBRARIES
|
||||
$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
|
||||
-if [ -z "$(MULTISUBDIR)" ]; then \
|
||||
$(mkinstalldirs) $(DESTDIR)$(tooldir)/include; \
|
||||
$(INSTALL_DATA) newlib.h $(DESTDIR)$(tooldir)/include/newlib.h; \
|
||||
for i in $(srcdir)/libc/include/*.h; do \
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/`basename $$i`; \
|
||||
done; \
|
||||
$(INSTALL_DATA) newlib.h $(DESTDIR)$(tooldir)/include/newlib.h; \
|
||||
$(mkinstalldirs) $(DESTDIR)$(tooldir)/include/machine; \
|
||||
for i in $(srcdir)/libc/include/machine/*.h; do \
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/machine/`basename $$i`; \
|
||||
|
Loading…
Reference in New Issue
Block a user