diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-07-04 09:19:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-07-05 21:09:33 +0100 |
commit | 428056b9685f34bba6b4181c6a15d20931b273b7 (patch) | |
tree | d23e2da2778d77e88ff59f42b8f1a78b32380eb5 /libcmis | |
parent | 1b57e80858dd61986bea6da7358d9f8433d9685e (diff) |
add depend on makefile.mk
Change-Id: If065fe11b708d8c7135b5740169cc2ce17581000
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 |