diff options
author | Rechi <Rechi@users.noreply.github.com> | 2018-02-09 16:00:00 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2018-02-09 16:00:00 +0100 |
commit | ce136c8bc4a3a0af3f24752f2a7630d359ae10d6 (patch) | |
tree | d8b671450295f2b7abc901519da5d8ab77cfb0e6 /tools/depends/target/libass/Makefile | |
parent | a7b69100924d537caac246a9d0980e27d0f18ffd (diff) |
[depends][cleanup] CLEAN_FILES is unused
Diffstat (limited to 'tools/depends/target/libass/Makefile')
-rw-r--r-- | tools/depends/target/libass/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/depends/target/libass/Makefile b/tools/depends/target/libass/Makefile index be4852b495..34c9d26819 100644 --- a/tools/depends/target/libass/Makefile +++ b/tools/depends/target/libass/Makefile @@ -13,8 +13,6 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ LIBDYLIB=$(PLATFORM)/$(LIBNAME)/.libs/$(LIBNAME).a -CLEAN_FILES=$(ARCHIVE) $(PLATFORM) - all: .installed-$(PLATFORM) $(TARBALLS_LOCATION)/$(ARCHIVE): |