[PATCH] We no longer have foo.s files in the tree.
David Miller
davem@davemloft.net
Mon May 21 07:22:00 GMT 2012
Committed to master.
* Makerules (sysd-rules): Remove .s from asm.
---
Makerules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makerules b/Makerules
index 528077a..bce427d 100644
--- a/Makerules
+++ b/Makerules
@@ -243,7 +243,7 @@ $(common-objpfx)sysd-rules: $(common-objpfx)config.make $(..)Makerules \
/*) ;; \
*) dir="\$$(..)$$dir" ;; \
esac; \
- asm='.S .s'; \
+ asm='.S'; \
$(check-inhibit-asm) \
for o in $(all-object-suffixes); do \
set $(subst :, ,$(sysd-rules-patterns)); \
--
1.7.10
More information about the Libc-alpha
mailing list