summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-bq
blob: c542d11c91375299b413c5dbc606e67bc4eac28f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-bq,v 1.4 2009/09/07 21:48:14 tonio Exp $

--- stdlib/Makefile.shared.orig	2008-08-01 18:57:10.000000000 +0200
+++ stdlib/Makefile.shared
@@ -41,7 +41,7 @@ OTHERS=array.cmo list.cmo char.cmo strin
 all: stdlib.cma std_exit.cmo camlheader camlheader_ur
 
 install:
-	cp stdlib.cma std_exit.cmo *.cmi *.mli *.ml camlheader camlheader_ur $(LIBDIR)
+	${BSD_INSTALL_DATA} stdlib.cma std_exit.cmo *.cmi *.mli *.ml camlheader camlheader_ur $(LIBDIR)
 
 stdlib.cma: $(OBJS)
 	$(CAMLC) -a -o stdlib.cma $(OBJS)