aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.am
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-01-22 09:41:40 +0000
committerAndreas Jaeger <aj@suse.de>2001-01-22 09:41:40 +0000
commitee0bebb8ef452cfe1e495ec1f1463e9b80f238fc (patch)
tree2066447e25a400d0cd925a3eb76c01550af8b537 /bfd/Makefile.am
parent2a38f751b6825d06ecb3c108e19aa1f41ff135aa (diff)
downloadgdb-ee0bebb8ef452cfe1e495ec1f1463e9b80f238fc.zip
gdb-ee0bebb8ef452cfe1e495ec1f1463e9b80f238fc.tar.gz
gdb-ee0bebb8ef452cfe1e495ec1f1463e9b80f238fc.tar.bz2
2001-01-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* Makefile.am (install-data-local): Make use of $(DESTDIR). * Makefile.in: Regenerate.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r--bfd/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index 435b706..b6741bc 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -588,10 +588,11 @@ $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
# Install BFD include file, and others that it needs.
install-data-local: $(BFD_H)
@$(NORMAL_INSTALL)
- $(mkinstalldirs) $(includedir)
- $(INSTALL_DATA) $(BFD_H) $(includedir)/bfd.h
- $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(includedir)/ansidecl.h
- $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(includedir)/bfdlink.h
+ $(mkinstalldirs) $(DESTDIR)$(includedir)
+ $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(includedir)/bfd.h
+ $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(includedir)/ansidecl.h
+ $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(includedir)/bfdlink.h
+
# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
DEP: dep.sed $(CFILES) $(HFILES) bfd.h