summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-01-31 14:30:38 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-01-31 14:30:38 +0000
commit396794f00cbdddc1fad143a327f0cdf45d2e0ce7 (patch)
treeac4a27989ec07ce2fb3fa9636c7202e725df7297 /Makefile
parent246806ab8a8af82361a996c979959729b1fe88a1 (diff)
downloadlh-bootstrap-396794f00cbdddc1fad143a327f0cdf45d2e0ce7.tar.xz
Add make to the dev image
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c606e30..411391f 100644
--- a/Makefile
+++ b/Makefile
@@ -31,8 +31,9 @@ userfs: $(OUTPUT)/tmp/.lh_userfs_installed
images: $(OUTPUT)/tmp/.lh_diskimages_done
ifeq ($(LH_DEV),true)
-include sub/strace/Makefile
-LH_DEV_TARGETS := $(OUTPUT)/build-host/.lh_strace_installed
+include sub/dev/Makefile.strace
+include sub/dev/Makefile.make
+LH_DEV_TARGETS := $(OUTPUT)/build-host/.lh_strace_installed $(OUTPUT)/build-host/.lh_make_installed
else
LH_DEV_TARGETS :=
endif