From d86faadff9f421300c9cef69758950485e1b5d3e Mon Sep 17 00:00:00 2001 From: Hans-Christian Egtvedt Date: Wed, 5 Nov 2008 10:41:31 +0000 Subject: Move creation of $(PROJECT_BUILD_DIR)/autotools-stamps into top level Makefile This patch will create the autotools-stamps directory early in the build process, thus making it possible for non Makefile.autotools.in packages to use this directory to hold stamp files. Signed-off-by: Hans-Christian Egtvedt --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5231bb6fa..2219f2b08 100644 --- a/Makefile +++ b/Makefile @@ -318,6 +318,7 @@ endif $(PROJECT_BUILD_DIR)/.root: mkdir -p $(TARGET_DIR) + mkdir -p $(PROJECT_BUILD_DIR)/autotools-stamps if ! [ -d "$(TARGET_DIR)/bin" ]; then \ if [ -d "$(TARGET_SKELETON)" ]; then \ cp -fa $(TARGET_SKELETON)/* $(TARGET_DIR)/; \ -- cgit v1.2.3