From a316334d31e3702b138ccdeacb9e5b15c712a4b6 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Mon, 5 May 2008 14:14:25 +0000 Subject: [PATCH] Apply suggestion from Andrew for srcdir functionality. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1533 fd59a12c-fef9-0310-b244-a6a79926bd2f --- exec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/Makefile b/exec/Makefile index 8a4a1d48..5c6bc9c4 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -32,7 +32,7 @@ # Include configuration # -srcdir:=$(CURDIR)/../ +srcdir ?= $(CURDIR)/../ include $(srcdir)Makefile.inc