X-Git-Url: https://git.ladys.computer/Caudex/blobdiff_plain/94025c0529851882c0e1c1fa6b61491a5979ada9..5f391723082d6fbf7f8a586c81d81eeb3554ccbd:/GNUmakefile?ds=inline diff --git a/GNUmakefile b/GNUmakefile index 5602ca0..a470b39 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -268,9 +268,9 @@ FORCE : ; # ─ ¶ Build Targets ─────────────────────────────────────────────────── # Initialize the ⛩️📰 书社 repository if it is empty. -$(SHUSHE)/GNUmakefile : %/GNUmakefile : +$(SHUSHE)/GNUmakefile : $(THISDIR)/%/GNUmakefile : @$(PRINTF) '%s\n' $(call quote,Initializing git submodule at `$*´) - $(silent)$(GIT) submodule update --init $(call quote,$*) + $(silent)cd $(THISDIR) && $(GIT) submodule update --init $(call quote,$*) # Touch parsers and transforms if the files in `lib/´ have changed. $(PARSERS) $(TRANSFORMS) : $(wildcard lib/*.xslt)