From 403871f594c998b7f5edaff0921343f649ca462a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 2 Dec 2005 07:21:06 +0000 Subject: using centralized buildlayout file. If some package needs a local copy, it can be added back svn path=/trunk/; revision=4105 --- abstractions/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'abstractions/Makefile') diff --git a/abstractions/Makefile b/abstractions/Makefile index 52da7d0e..a77e8c76 100644 --- a/abstractions/Makefile +++ b/abstractions/Makefile @@ -12,7 +12,7 @@ CWD := $(shell pwd) # these are designed to be overridden by the packages/Makefile cvs_root_dir = $(CWD)/.. DESTDIR = $(CWD)/build/ -BUILDLAYOUT_DIR = $(CWD) +BUILDLAYOUT_DIR = $(cvs_root_dir)/packages include $(BUILDLAYOUT_DIR)/Makefile.buildlayout -- cgit v1.2.1