diff options
author | Nick Clifton <nickc@redhat.com> | 2002-05-07 17:22:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-05-07 17:22:20 +0000 |
commit | d3d8a9ee198a0922001c0bbd1e4b966fd1c5e15b (patch) | |
tree | 8ec56970decd1f881b6106d207fccb7613e0a969 /Makefile.in | |
parent | 7bbcf283071c5971093c78e9e5655fe1b115df0b (diff) | |
download | fsf-binutils-gdb-d3d8a9ee198a0922001c0bbd1e4b966fd1c5e15b.zip fsf-binutils-gdb-d3d8a9ee198a0922001c0bbd1e4b966fd1c5e15b.tar.gz fsf-binutils-gdb-d3d8a9ee198a0922001c0bbd1e4b966fd1c5e15b.tar.bz2 |
Honour DESTDIR
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 70bf102..12a69d3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1826,8 +1826,8 @@ install-sid: install-tcl install-tk ### other supporting targets MAKEDIRS= \ - $(prefix) \ - $(exec_prefix) + $(DESTDIR)$(prefix) \ + $(DESTDIR)$(exec_prefix) .PHONY: installdirs installdirs: mkinstalldirs $(SHELL) $(srcdir)/mkinstalldirs $(MAKEDIRS) |