diff --git a/Makefile.in b/Makefile.in index 52904807..33a97114 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1010,11 +1010,11 @@ DIST_GECKO64 := $(OBJ)/.gecko-dist64 $(SRC)/contrib/$(GECKO64_TARBALL): mkdir -p $(dir $@) - wget -O $@ $(GECKO64_TARBALL_URL) + wget --no-use-server-timestamps -O $@ $(GECKO64_TARBALL_URL) $(SRC)/contrib/$(GECKO32_TARBALL): mkdir -p $(dir $@) - wget -O $@ $(GECKO32_TARBALL_URL) + wget --no-use-server-timestamps -O $@ $(GECKO32_TARBALL_URL) $(DIST_GECKO32): $(SRC)/contrib/$(GECKO32_TARBALL) mkdir -p $(DIST_GECKO_DIR) @@ -1043,7 +1043,7 @@ MONO_TARBALL_URL := https://github.com/madewokherd/wine-mono/releases/download/w $(SRC)/contrib/$(WINEMONO_TARBALL): mkdir -p $(dir $@) - wget -O $@ $(MONO_TARBALL_URL) + wget --no-use-server-timestamps -O $@ $(MONO_TARBALL_URL) $(DIST_WINEMONO): $(SRC)/contrib/$(WINEMONO_TARBALL) mkdir -p $(DIST_WINEMONO_DIR)