X-Git-Url: https://git.ladys.computer/Shushe/blobdiff_plain/e0c0562b79020c115373957d9c2d92a575758dda..dee6f77543cd71dcf0275d9d2898b69e656162e1:/GNUmakefile diff --git a/GNUmakefile b/GNUmakefile index bcba827..a16e29c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -366,8 +366,8 @@ list: # Raise an error when attempting to build any files with recursive # dependencies. -$(call compiled,$(recursivefiles)): $(BUILDDIR)/public/%: - @$(PRINTF) '%b\n' $(call quote,\0033[93;41mError:\0033[39;49m `$*´ has recursive dependencies:\n$(subst :, ,$(subst $(space),$(newline),$(foreach recursive,$(call recursives,$(SRCDIR)/$*),•:$(patsubst $(SRCDIR)/%,%,$(recursive)))))) && false +$(call compiled,$(recursivefiles)): + @$(PRINTF) '%b\n' $(call quote,\0033[93;41mError:\0033[39;49m `$(call uncompiled,$@)´ has recursive dependencies:\n$(subst :, ,$(subst $(space),$(newline),$(foreach recursive,$(call recursives,$(call uncompiled,$@)),•:$(recursive))))) && false # ─ ¶ Special Targets ─────────────────────────────────────────────────