summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-02-01 10:19:38 +0000
committerJakub Jelinek <jakub@redhat.com>2008-02-01 10:19:38 +0000
commit359e8c63c9e6f81802b6ff548a2978f31d79760f (patch)
tree2484b5fbffdfaf382e232df642738d6670db1837 /Makeconfig
parent7a5a58ec86839aa00f5a16baa1876a5deefcc266 (diff)
Updated to fedora-glibc-20080201T1017cvs/fedora-glibc-2_7_90-6
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makeconfig b/Makeconfig
index d7cf0aa031..d269936f32 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -944,6 +944,9 @@ ifneq (,$(sysdep-makeconfigs))
include $(sysdep-makeconfigs)
endif
+# Compute just the target patterns. Makeconfig has set sysd-rules-patterns.
+sysd-rules-targets := $(foreach p,$(sysd-rules-patterns),\
+ $(firstword $(subst :, ,$p)))
endif # Makeconfig not yet included