diff options
author | 2000-09-17 21:28:34 +0000 | |
---|---|---|
committer | 2000-09-17 21:28:34 +0000 | |
commit | 35bbe6adf340d27940143b85e1941835ac9fc0ae (patch) | |
tree | 566f866cf6ea450917ae0397dadc50c7876227cd | |
parent | Fewer segfaults ("take all and all", "wear wear"), better parsing (diff) | |
download | wireguard-openbsd-35bbe6adf340d27940143b85e1941835ac9fc0ae.tar.xz wireguard-openbsd-35bbe6adf340d27940143b85e1941835ac9fc0ae.zip |
More DESTDIR
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.in b/gnu/usr.bin/binutils/Makefile.in index fdeb5eafa98..16269af83fa 100644 --- a/gnu/usr.bin/binutils/Makefile.in +++ b/gnu/usr.bin/binutils/Makefile.in @@ -1635,8 +1635,8 @@ install-target: $(INSTALL_TARGET_MODULES) ### other supporting targets MAKEDIRS= \ - $(prefix) \ - $(exec_prefix) + $(DESTDIR)$(prefix) \ + $(DESTDIR)$(exec_prefix) .PHONY: installdirs installdirs: mkinstalldirs $(SHELL) $(srcdir)/mkinstalldirs $(MAKEDIRS) |