From a2a8b2a61db51682ff894c34ea2ec27feee857ca Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 9 Sep 2008 12:25:29 +0200 Subject: [PATCH] Doc. system: Avoid ":=" rules in makefiles. --- ucw/doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ucw/doc/Makefile b/ucw/doc/Makefile index a9f78f49..4137a627 100644 --- a/ucw/doc/Makefile +++ b/ucw/doc/Makefile @@ -5,8 +5,8 @@ DIRS+=ucw/doc UCW_DOCS=fastbuf UCW_INDEX=$(o)/ucw/doc/index.html -$(UCW_INDEX): DOC_HEAD:=$(s)/ucw/doc/index.txt -$(UCW_INDEX): DOC_LIST:=$(patsubst %,$(o)/ucw/doc/%.deflist,$(UCW_DOCS)) +$(UCW_INDEX): DOC_HEAD=$(s)/ucw/doc/index.txt +$(UCW_INDEX): DOC_LIST=$(patsubst %,$(o)/ucw/doc/%.deflist,$(UCW_DOCS)) DOCS+=$(addprefix $(o)/ucw/doc/,$(addsuffix .html,$(UCW_DOCS))) DOC_INDICES+=$(UCW_INDEX) -- 2.39.2