diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-02 07:21:06 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-02 07:21:06 +0000 |
commit | 403871f594c998b7f5edaff0921343f649ca462a (patch) | |
tree | c0b95c4155e903302f3247702eaba5470429706f /abstractions/Makefile | |
parent | fd14b14379cf592d3806385814b8ed2a86336f02 (diff) |
using centralized buildlayout file. If some package needs a local copy, it can be added back
svn path=/trunk/; revision=4105
Diffstat (limited to 'abstractions/Makefile')
-rw-r--r-- | abstractions/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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
|