Ver Fonte

Build: Let's say "C++" while building .cpp files

Andreas Kling há 5 anos atrás
pai
commit
2e280417e2
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Makefile.common

+ 1 - 1
Makefile.common

@@ -80,7 +80,7 @@ endif
 -include $(SUFFIXED_OBJS:%.o=%.d)
 -include $(SUFFIXED_OBJS:%.o=%.d)
 
 
 %$(OBJ_SUFFIX).o: %.cpp $(EXTRA_SOURCES)
 %$(OBJ_SUFFIX).o: %.cpp $(EXTRA_SOURCES)
-	@echo "CPP $@"
+	@echo "C++ $@"
 	$(QUIET) $(CXX) $(CXXFLAGS) -o $@ -c $<
 	$(QUIET) $(CXX) $(CXXFLAGS) -o $@ -c $<
 
 
 %.ao: %.S
 %.ao: %.S