diff --git a/Makefile b/Makefile index 8ab232e..9da05e3 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ prepare: $(O)/.prepared $(O)/.host-tools: \ build-host-tools.sh \ host-tools.packages \ + $(shell find portage/config/host -type f) \ $(O)/.prepared ./build-host-tools.sh touch $(O)/.host-tools @@ -27,6 +28,7 @@ $(O)/.built: \ build.sh \ build.packages \ install.packages \ + $(shell find portage/config/target -type f) \ $(O)/.host-tools \ $(O)/.prepared ./build.sh