diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-31 14:30:38 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-31 14:30:38 +0000 |
commit | 396794f00cbdddc1fad143a327f0cdf45d2e0ce7 (patch) | |
tree | ac4a27989ec07ce2fb3fa9636c7202e725df7297 /Makefile | |
parent | 246806ab8a8af82361a996c979959729b1fe88a1 (diff) | |
download | lh-bootstrap-396794f00cbdddc1fad143a327f0cdf45d2e0ce7.tar.xz |
Add make to the dev image
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |