summaryrefslogtreecommitdiffstats
path: root/lang/hope/files/patch-lib--Makefile.in
blob: d8039c02119d872a5fe69c568c31fd5bc080db47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- lib/Makefile.in.orig	1999-04-16 18:21:45.000000000 +0400
+++ lib/Makefile.in	2014-05-19 00:03:58.000000000 +0400
@@ -14,11 +14,11 @@
 all:
 
 install:
-	$(INSTALL) -d $(hopelib)
-	for f in *.hop; do $(INSTALL_DATA) $$f $(hopelib); done
-	$(INSTALL) -d $(newlib)
+	$(INSTALL) -d $(DESTDIR)$(hopelib)
+	for f in *.hop; do $(INSTALL_DATA) $$f $(DESTDIR)$(hopelib); done
+	$(INSTALL) -d $(DESTDIR)$(newlib)
 	sed -f list.sed Standard.hop >Standard-new.hop
-	$(INSTALL_DATA) Standard-new.hop $(newlib)/Standard.hop
+	$(INSTALL_DATA) Standard-new.hop $(DESTDIR)$(newlib)/Standard.hop
 	rm -f Standard-new.hop
 
 distclean clean clobber:
OpenPOWER on IntegriCloud