aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-05-13 00:58:40 +0000
committerAlan Modra <amodra@gmail.com>2002-05-13 00:58:40 +0000
commit3129eb7aaa4686745b997e4cad37e1dae619cab4 (patch)
tree72bdc5793cffbd63373592b56badd3c504832991
parent59aa1751ab48720c454f2756941a505501ab594d (diff)
downloadgdb-3129eb7aaa4686745b997e4cad37e1dae619cab4.zip
gdb-3129eb7aaa4686745b997e4cad37e1dae619cab4.tar.gz
gdb-3129eb7aaa4686745b997e4cad37e1dae619cab4.tar.bz2
* Makefile.am (install-data-local): Install headers to
$(exec_prefix)/include. * Makefile.in: Regenerate.
-rw-r--r--bfd/ChangeLog6
-rw-r--r--bfd/Makefile.am10
-rw-r--r--bfd/Makefile.in10
3 files changed, 16 insertions, 10 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 01a08f9..c6990fb 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-13 Alan Modra <amodra@bigpond.net.au>
+
+ * Makefile.am (install-data-local): Install headers to
+ $(exec_prefix)/include.
+ * Makefile.in: Regenerate.
+
2002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Daniel Jacobowitz <drow@mvista.com>
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index d6dd2e6..1e2af50 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -675,11 +675,11 @@ $(BFD32_LIBS) \
# Install BFD include file, and others that it needs.
install-data-local: $(BFD_H)
@$(NORMAL_INSTALL)
- $(mkinstalldirs) $(DESTDIR)$(includedir)
- $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(includedir)/bfd.h
- $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(includedir)/ansidecl.h
- $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(includedir)/symcat.h
- $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(includedir)/bfdlink.h
+ $(mkinstalldirs) $(DESTDIR)$(exec_prefix)/include
+ $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(exec_prefix)/include/bfd.h
+ $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(exec_prefix)/include/ansidecl.h
+ $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(exec_prefix)/include/symcat.h
+ $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(exec_prefix)/include/bfdlink.h
Makefile: $(srcdir)/configure.in
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index e3cc126..79c654d 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -1233,11 +1233,11 @@ $(BFD32_LIBS) \
# Install BFD include file, and others that it needs.
install-data-local: $(BFD_H)
@$(NORMAL_INSTALL)
- $(mkinstalldirs) $(DESTDIR)$(includedir)
- $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(includedir)/bfd.h
- $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(includedir)/ansidecl.h
- $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(includedir)/symcat.h
- $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(includedir)/bfdlink.h
+ $(mkinstalldirs) $(DESTDIR)$(exec_prefix)/include
+ $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(exec_prefix)/include/bfd.h
+ $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(exec_prefix)/include/ansidecl.h
+ $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(exec_prefix)/include/symcat.h
+ $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(exec_prefix)/include/bfdlink.h
Makefile: $(srcdir)/configure.in