From 422beddb9dcf0a67afe92e70f3afef6baed6a4b0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 8 Jan 2011 19:29:36 +0100 Subject: fix make clean target rule correct the wrong path and remove the correct files on clean. Finetune more directory creation rules. --- mk/buildhlp.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'mk/buildhlp.mk') diff --git a/mk/buildhlp.mk b/mk/buildhlp.mk index 35d4eebd0..c7c598de3 100644 --- a/mk/buildhlp.mk +++ b/mk/buildhlp.mk @@ -25,6 +25,7 @@ _CHECKSUM_COOKIE= endif post-extract: + @mkdir -p ${PACKAGE_DIR}/.stamps ifeq ($(strip ${NO_DISTFILES}),1) ${WRKDIST}/.extract_done: -- cgit v1.2.3