From a7539ab03fbca4da69c4d651016ff1c8013b9223 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 3 Feb 2021 00:55:01 +0000 Subject: Add git to sub/dev, first draft --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 411391f..8f1029c 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,11 @@ images: $(OUTPUT)/tmp/.lh_diskimages_done ifeq ($(LH_DEV),true) 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 +include sub/dev/Makefile.zlib +include sub/dev/Makefile.libressl +include sub/dev/Makefile.curl +include sub/dev/Makefile.git +LH_DEV_TARGETS := $(OUTPUT)/build-host/.lh_strace_installed $(OUTPUT)/build-host/.lh_make_installed $(OUTPUT)/build-host/.lh_zlib_installed $(OUTPUT)/build-host/.lh_libressl_installed $(OUTPUT)/build-host/.lh_curl_installed $(OUTPUT)/build-host/.lh_git_installed else LH_DEV_TARGETS := endif -- cgit v1.3.1