pkgsrc/lang/gcc/patches/patch-Makefile.in

15 lines
424 B
Text

$NetBSD: patch-Makefile.in,v 1.1 2011/07/15 08:47:22 asau 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)