diff options
Diffstat (limited to 'tools/depends/native/cmake/Makefile')
-rw-r--r-- | tools/depends/native/cmake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/native/cmake/Makefile b/tools/depends/native/cmake/Makefile index 11e8e339f3..1a4dc3ef4d 100644 --- a/tools/depends/native/cmake/Makefile +++ b/tools/depends/native/cmake/Makefile @@ -28,7 +28,7 @@ APP=$(PLATFORM)/bin/$(APPNAME) all: .installed-$(PLATFORM) -$(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE) $(DEPS) +$(PLATFORM): $(DEPS) | $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE) -rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM) cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(PLATFORM); $(SETENV) $(CONFIGURE) |