diff options
Diffstat (limited to 'tools/depends/target/samba/Makefile')
-rw-r--r-- | tools/depends/target/samba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/samba/Makefile b/tools/depends/target/samba/Makefile index fd2b770e00..1d7a8213e6 100644 --- a/tools/depends/target/samba/Makefile +++ b/tools/depends/target/samba/Makefile @@ -53,7 +53,7 @@ LIBDYLIB=$(PLATFORM)/source/bin/libsmbclient.a 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); patch -p1 -i ../samba30-3.0.37-configure.in.patch |