summaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-05-13 00:58:40 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-05-13 00:58:40 +0000
commitb3e4d83023db978f2e64630d16f555bdf087117a (patch)
treeecfc5e29bffdccf2eaeb5354c549645d5345cc75 /bfd/Makefile.in
parentcc32cb800536c3a7ecf29ff27108f1f6c6ce467b (diff)
downloadgdb-b3e4d83023db978f2e64630d16f555bdf087117a.tar.gz
* Makefile.am (install-data-local): Install headers to
$(exec_prefix)/include. * Makefile.in: Regenerate.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index e3cc1268912..79c654db016 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