summaryrefslogblamecommitdiff
path: root/lang/moscow_ml/files/patch-runtime::Makefile
blob: 1d05c283b559ba305a5b7c2c425774445da6fdd4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                
--- runtime/Makefile.orig	Tue Jul 18 16:16:44 2000
+++ runtime/Makefile	Wed Apr 10 00:19:10 2002
@@ -47,7 +47,7 @@
 
 install:
 	${INSTALL_PROGRAM} camlrunm$(EXE) $(BINDIR)
-	${INSTALL_PROGRAM} *.h $(INCDIR)
+	${INSTALL_DATA} *.h $(INCDIR)
 
 primitives : $(PRIMS)
 	sed -n -e '/\/\* ML \*\//s/.* \([a-zA-Z0-9_][a-zA-Z0-9_]*\) *(.*/\1/p' \