fix(python *): fix python rules

This commit is contained in:
Thomas Hobson 2021-02-21 03:29:32 +13:00
parent 291cbe8c50
commit f1c082bfa1
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ ${NAME}-${VERSION}/: Python-${VERSION}/
$(MAKE) -j$(or ${MAKE_JOBS},64) -C $< $(MAKE) -j$(or ${MAKE_JOBS},64) -C $<
DESTDIR=../$@ $(MAKE) -j$(or ${MAKE_JOBS},64) -C $< altinstall || true DESTDIR=../$@ $(MAKE) -j$(or ${MAKE_JOBS},64) -C $< altinstall || true
${NAME}-${VERSION}.tgz: Python-${VERSION}.tgz:
curl "https://www.python.org/ftp/python/${VERSION}/$@" -o $@ curl "https://www.python.org/ftp/python/${VERSION}/$@" -o $@