Skip to content

Commit 88c33c4

Browse files
committed
Added missing entries in download target.
1 parent b34e9ca commit 88c33c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ clean:
7171
distclean: clean
7272
rm -rf downloads
7373

74-
downloads: downloads/openssl-$(OPENSSL_VERSION).tgz downloads/Python-$(PYTHON_VERSION).tgz
74+
downloads: downloads/openssl-$(OPENSSL_VERSION).tgz downloads/bzip2-$(BZIP2_VERSION).tgz downloads/xz-$(XZ_VERSION).tgz downloads/Python-$(PYTHON_VERSION).tgz
7575

7676
###########################################################################
7777
# OpenSSL

0 commit comments

Comments
 (0)