diff --git a/Makefile b/Makefile index e6104ef6..cd4762f4 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,7 @@ endif # PODMAN_BUILD pull: git pull + rm -f $(FSTOOLS_TAG) repo: $(BUILD)/repo.tag diff --git a/mk/repo.mk b/mk/repo.mk index 3d1d0cc2..404ed282 100644 --- a/mk/repo.mk +++ b/mk/repo.mk @@ -1,6 +1,6 @@ # Configuration file for recipe commands -$(REPO_TAG): prefix $(FILESYSTEM_CONFIG) $(FSTOOLS_TAG) $(CONTAINER_TAG) +$(REPO_TAG): prefix $(FILESYSTEM_CONFIG) | $(FSTOOLS_TAG) $(CONTAINER_TAG) ifeq ($(PODMAN_BUILD),1) $(PODMAN_RUN) make $@ else