diff options
author | John Stebbins <[email protected]> | 2017-11-06 08:11:06 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-11-06 08:11:06 -0800 |
commit | b64e2ff7ad7aaa500f4927998f67c7c29070bd5a (patch) | |
tree | f2c545626b40d62293dcd9c8849139cd17a94284 /contrib/x265_12bit | |
parent | ef5e24d863a34ffff73ed9293635cdbfc1a98fe9 (diff) |
x265: fix xclean
It didn't remove the contrib build directory
Diffstat (limited to 'contrib/x265_12bit')
-rw-r--r-- | contrib/x265_12bit/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/x265_12bit/module.defs b/contrib/x265_12bit/module.defs index 8d719a4b9..3e80f4e80 100644 --- a/contrib/x265_12bit/module.defs +++ b/contrib/x265_12bit/module.defs @@ -48,4 +48,4 @@ X265_12.INSTALL.args = @dir !make !extra X265_12.FETCH = X265_12.EXTRACT = $(TOUCH.exe) $@ X265_12.PATCH = $(TOUCH.exe) $@ -X265.XCLEAN = +X265_12.XCLEAN = |