diff options
Diffstat (limited to 'libcmis')
-rw-r--r-- | libcmis/makefile.mk | 6 |
1 files changed, 6 insertions, 0 deletions
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 |