From 428056b9685f34bba6b4181c6a15d20931b273b7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 4 Jul 2012 09:19:37 +0100 Subject: add depend on makefile.mk Change-Id: If065fe11b708d8c7135b5740169cc2ce17581000 --- libcmis/makefile.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libcmis/makefile.mk b/libcmis/makefile.mk index b5ffd5d05c05..a65123bf5e4f 100644 --- a/libcmis/makefile.mk +++ b/libcmis/makefile.mk @@ -68,3 +68,9 @@ BUILD_DIR=src$/libcmis .INCLUDE : target.mk .INCLUDE : tg_ext.mk +# Since you never know what will be in a patch (for example, it may already +# patch at configure level) or in the case of a binary patch, we remove the +# entire package directory if a patch is newer. +# Changes in this makefile could also make a complete build necessary if +# configure is affected. +$(PACKAGE_DIR)$/$(UNTAR_FLAG_FILE) : makefile.mk -- cgit