diff --git a/Makefile b/Makefile
index 3a5a89ff309bd813576155b9dcd2ae37890d14dd..4776c545d89b1c75cf5464979543e6aa53a146b4 100755
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ OBJECTS = 	hal/boot.o							\
 OBJ_FILES = $(wildcard build/all-o/*.o)
 
 $(KERNEL_OBJ): $(OBJECTS)
-	echo 'Votre compilateur $(COMPILATEUR) et votre lieur $(LIEUR)'
+	@echo 'Votre compilateur $($(COMPILATEUR)) et votre lieur $($(LIEUR))'
 	$($(LIEUR)) $(LDFLAGS) -T ./support/linker.ld -o build/boot/$@ $(OBJ_FILES)
 
 # Create objects from C source code