]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - Makeconfig
* Makeconfig (sysd-rules-targets): New variable.
[thirdparty/glibc.git] / Makeconfig
index d7cf0aa03136a731653a69df01f2738c5c1f134a..d269936f323001871a19b15b6d8d37c6a59c334c 100644 (file)
@@ -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