diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-31 17:28:41 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-10-31 17:28:41 +0000 |
commit | d573206fab7910d6d251e3c068310c78c3758a9d (patch) | |
tree | 75ec6fe747ef357e22dbbeaa8982ca3564d84b00 | |
parent | 77b8f043ffc48226c69f9052eb2cf127b590f7ca (diff) | |
download | lh-bootstrap-d573206fab7910d6d251e3c068310c78c3758a9d.tar.gz lh-bootstrap-d573206fab7910d6d251e3c068310c78c3758a9d.tar.xz lh-bootstrap-d573206fab7910d6d251e3c068310c78c3758a9d.zip |
Fix 1/n
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 18a4b2a..988d14a 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ $(OUTPUT)/tmp/.lh_prepared: lh-config # This target builds all the build-time native tools, the real part of the build depends on this target -$(OUTPUT)/build-build/.lh_done: $(OUTPUT)/build-build/.lh_skarnet_installed $(OUTPUT)/build-build/.lh_util-linux_installed $(OUTPUT)/build-build/.lh_kmod_installed $(OUTPUT)/build-build/.lh_e2fsprogs_installed +$(OUTPUT)/build-build/.lh_done: $(OUTPUT)/build-build/.lh_skarnet_installed $(OUTPUT)/build-build/.lh_kmod_installed $(OUTPUT)/build-build/.lh_e2fsprogs_installed exec setuidgid $(NORMALUSER) touch $@ |