summaryrefslogtreecommitdiffstats
path: root/update-file-lists.mk
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-01-14 11:32:51 -0800
committerRoland McGrath <roland@redhat.com>2009-01-14 11:32:51 -0800
commit3ce543dfa5851ff7003bc2db227e9a1e780c1f0e (patch)
tree78eda3edbb7bda60ecc0b28f6ef55752a0d188f1 /update-file-lists.mk
parentabd05a87575bb6b8d6b46f2ca9ca42fb4eeef569 (diff)
downloaddebuginfo-test-scripts-3ce543dfa5851ff7003bc2db227e9a1e780c1f0e.tar.gz
debuginfo-test-scripts-3ce543dfa5851ff7003bc2db227e9a1e780c1f0e.tar.xz
debuginfo-test-scripts-3ce543dfa5851ff7003bc2db227e9a1e780c1f0e.zip
Infernal colons. Who the hell wrote GNU make anyway?
Diffstat (limited to 'update-file-lists.mk')
-rwxr-xr-xupdate-file-lists.mk2
1 files changed, 1 insertions, 1 deletions
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)