diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-31 14:40:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-31 14:40:39 +0000 |
commit | 1adb3e9eef309b101658d8604de06a8fc9fb5124 (patch) | |
tree | 17c9703b69274f08434a20f7bf419266eaa54a64 | |
parent | 396794f00cbdddc1fad143a327f0cdf45d2e0ce7 (diff) | |
download | lh-bootstrap-1adb3e9eef309b101658d8604de06a8fc9fb5124.tar.xz |
Better without typos
-rw-r--r-- | sub/dev/Makefile.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/dev/Makefile.make b/sub/dev/Makefile.make index 3c33744..dc5872d 100644 --- a/sub/dev/Makefile.make +++ b/sub/dev/Makefile.make @@ -6,7 +6,7 @@ clean-make: rm -f $(OUTPUT)/build-host/.lh_make_* -$(OUTPUT)/sources/make-$(MAKE_VERSION).tar.xz: | $(OUTPUT)/tmp/.lh_prepared $(OUTPUT)/build-build/.lh_skarnet_installed +$(OUTPUT)/sources/make-$(MAKE_VERSION).tar.gz: | $(OUTPUT)/tmp/.lh_prepared $(OUTPUT)/build-build/.lh_skarnet_installed exec setuidgid $(NORMALUSER) cd $(OUTPUT)/sources wget https://ftp.gnu.org//gnu/make/make-$(MAKE_VERSION).tar.gz $(OUTPUT)/build-host/.lh_make_dled: $(OUTPUT)/sources/make-$(MAKE_VERSION).tar.gz | $(OUTPUT)/build-build/.lh_skarnet_installed |