Index: wyrd-1.4.6/Makefile.in
===================================================================
--- wyrd-1.4.6.orig/Makefile.in	2013-02-03 04:40:39.000000000 +0100
+++ wyrd-1.4.6/Makefile.in	2015-11-27 14:39:46.000000000 +0100
@@ -43,7 +43,7 @@
 INSTALL      = @INSTALL@
 
 
-INCLUDES = -I ./curses
+INCLUDES = -I +curses
 BFLAGS   = -pp camlp4o -g $(INCLUDES)
 OFLAGS   = -pp camlp4o -g $(INCLUDES)
 DEPFLAGS = -pp camlp4o
@@ -70,18 +70,18 @@
 
 COBJS = locale_wrap.o
 
-CURSES_CMA  = curses/curses.cma
-CURSES_CMXA = curses/curses.cmxa
+CURSES_CMA  = curses.cma
+CURSES_CMXA = curses.cmxa
 
 GENERATED = version.ml
 
 byte: $(NAME).byte
 opt: $(NAME).opt
 
-$(NAME).byte: $(COBJS) $(CURSES_CMA) $(CMO)
+$(NAME).byte: $(COBJS) $(CMO)
 	$(OCAMLC) $(BFLAGS) -o $@ $(CURSES_CMA) $(COBJS) $(CMA) $(CMO) 
 
-$(NAME).opt: $(COBJS) $(CURSES_CMXA) $(CMX)
+$(NAME).opt: $(COBJS) $(CMX)
 	$(OCAMLOPT) $(OFLAGS) -o $@ $(CURSES_CMXA) $(COBJS) $(CMXA) $(CMX)
 
 
@@ -93,7 +93,7 @@
 
 
 $(CURSES_CMA) $(CURSES_CMXA) .stamp_built_curses:
-	$(MAKE) -C curses byte opt && touch .stamp_built_curses
+	touch .stamp_built_curses
 
 $(CMO) $(CMX): .stamp_built_curses
 
