13 lines
438 B
Text
13 lines
438 B
Text
|
$NetBSD: patch-tools_ocaml_xenstored_Makefile,v 1.1 2020/05/26 11:12:11 bouyer Exp $
|
||
|
|
||
|
--- tools/ocaml/xenstored/Makefile.orig 2016-02-09 14:44:19.000000000 +0000
|
||
|
+++ tools/ocaml/xenstored/Makefile
|
||
|
@@ -1,6 +1,7 @@
|
||
|
XEN_ROOT = $(CURDIR)/../../..
|
||
|
OCAML_TOPLEVEL = $(CURDIR)/..
|
||
|
include $(OCAML_TOPLEVEL)/common.make
|
||
|
+XEN_CONFIG_DIR=${XEN_EXAMPLES_DIR}
|
||
|
|
||
|
# Include configure output (config.h)
|
||
|
CFLAGS += -include $(XEN_ROOT)/tools/config.h
|