From 3e994123a7e57a020b2e614fc0f5ca1aa59bdd22 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 5 Jun 2009 16:05:38 +0000 Subject: [PATCH] Fix the libffi Makefile --- libffi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libffi/Makefile b/libffi/Makefile index fdc9fff..4d8df96 100644 --- a/libffi/Makefile +++ b/libffi/Makefile @@ -11,5 +11,5 @@ # ----------------------------------------------------------------------------- dir = libffi -TOP = ../.. +TOP = .. include $(TOP)/mk/sub-makefile.mk -- 1.7.10.4