]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - Makefile
Remove add-ons mechanism.
[thirdparty/glibc.git] / Makefile
index 3e0ae6f43b5d696946954c80c97c29b0b3a9c372..869fe704755896ae9eeccaa69ac5ff65aa7f7052 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -351,8 +351,7 @@ files-for-dist := README INSTALL configure ChangeLog NEWS
 
 # Regenerate stuff, then error if these things are not committed yet.
 dist-prepare: $(files-for-dist)
-       conf=`find sysdeps $(addsuffix /sysdeps,$(sysdeps-add-ons)) \
-                  -name configure`; \
+       conf=`find sysdeps -name configure`; \
        $(MAKE) $$conf && \
        git diff --stat HEAD -- $^ $$conf \
        | $(AWK) '{ print; rc=1 } END { exit rc }'