2013-09-26 17:14:40 +02:00

16 lines
449 B
Plaintext

$NetBSD: patch-ao,v 1.1 2008/09/05 02:07:51 dholland Exp $
destdir support.
--- compiler/Makefile~ 1997-11-12 11:48:14.000000000 -0500
+++ compiler/Makefile 2008-09-04 21:34:41.000000000 -0400
@@ -32,7 +32,7 @@ clean:
rm -f $(GENSOURCES) lexer.mll
install:
- cp camlcomp $(LIBDIR)/camlcomp
+ cp camlcomp $(DESTDIR)$(LIBDIR)/camlcomp
opcodes.ml: ../runtime/instruct.h
sed -n -e '/^enum/p' -e 's/,//' -e '/^ /p' ../runtime/instruct.h | \