diff options
author | Nick Clifton <nickc@redhat.com> | 2002-05-07 17:22:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-05-07 17:22:14 +0000 |
commit | b5cc066812b6b16172c27456d6d5bc0a57e6830f (patch) | |
tree | 9d10a4ebdb171d17d4ef83f0c13836698481ca54 /Makefile.in | |
parent | 795b46cf8fde240b486c27800a79d50fea9c8b7d (diff) | |
download | newlib-b5cc066812b6b16172c27456d6d5bc0a57e6830f.zip newlib-b5cc066812b6b16172c27456d6d5bc0a57e6830f.tar.gz newlib-b5cc066812b6b16172c27456d6d5bc0a57e6830f.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) |