Explorar o código

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

Andreas Kling %!s(int64=5) %!d(string=hai) anos
pai
achega
2e280417e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile.common

+ 1 - 1
Makefile.common

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