Signed-off-by: geraldo netto <[email protected]>
---
nginx/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nginx/Makefile b/nginx/Makefile
index b826c0d..3ef2359 100644
--- a/nginx/Makefile
+++ b/nginx/Makefile
@@ -24,7 +24,7 @@ clean:
# "in the past", like wget and tar, and can confuse Make to rebuild a target
# which is new, just pretends to be old.
upstream.tar:
- wget -O $@ $(SOURCE)
+ wget -c -O $@ $(SOURCE)
touch $@
$(SRC)/configure: upstream.tar
--
2.7.4
--
You received this message because you are subscribed to the Google Groups "OSv
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.