pkgsrc-ng/lang/gcc2/patches/patch-Makefile.in
2016-01-21 23:41:46 +01:00

16 lines
423 B
Plaintext

$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)