From a5e3df4e72ca4065a587c3659a8601258e73c49c Mon Sep 17 00:00:00 2001
From: Themaister <maister@archlinux.us>
Date: Sun, 9 Dec 2012 18:37:09 +0100
Subject: [PATCH] Print AS when compiling ASM source.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6a9849b61f..3265be7760 100644
--- a/Makefile
+++ b/Makefile
@@ -347,7 +347,7 @@ endif
 
 %.o: %.S config.h config.mk $(HEADERS)
 	$(Q)$(CC) $(CFLAGS) $(ASFLAGS) $(DEFINES) -c -o $@ $<
-	@$(if $(Q), $(shell echo echo CC $<),)
+	@$(if $(Q), $(shell echo echo AS $<),)
 
 install: $(TARGET)
 	mkdir -p $(DESTDIR)$(PREFIX)/bin 2>/dev/null || /bin/true