aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-10-31 17:28:41 +0000
committerLaurent Bercot <ska@appnovation.com>2023-10-31 17:28:41 +0000
commitd573206fab7910d6d251e3c068310c78c3758a9d (patch)
tree75ec6fe747ef357e22dbbeaa8982ca3564d84b00
parent77b8f043ffc48226c69f9052eb2cf127b590f7ca (diff)
downloadlh-bootstrap-d573206fab7910d6d251e3c068310c78c3758a9d.tar.xz
Fix 1/n
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--Makefile2
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 $@