summaryrefslogtreecommitdiff
path: root/lang/gcc2/patches/patch-Makefile.in
blob: 0f438e2b00eca2e8a5e4016098f3c03fcb745e81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-Makefile.in,v 1.1 2015/04/25 10:32:07 wiz Exp $

--- Makefile.in.orig	1999-06-22 22:44:42.000000000 +0000
+++ Makefile.in
@@ -1670,8 +1670,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)