From 3ce543dfa5851ff7003bc2db227e9a1e780c1f0e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 14 Jan 2009 11:32:51 -0800 Subject: Infernal colons. Who the hell wrote GNU make anyway? --- update-file-lists.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update-file-lists.mk') diff --git a/update-file-lists.mk b/update-file-lists.mk index 209dbbd..fffa2e1 100755 --- a/update-file-lists.mk +++ b/update-file-lists.mk @@ -15,7 +15,7 @@ $(which).list: %: $(dirs:=$(which).list) me := $(MAKEFILE_LIST) FORCE:; -$(dirs:=$(which).list): %: FORCE +%/$(which).list: FORCE $(MAKE) -f `(cd $(dir $(me)); pwd)`/$(notdir $(me)) \ -C $(@D) which=$(which) -- cgit