--- src/Makefile.rules.orig 2006-07-27 10:22:28.000000000 +0200 +++ src/Makefile.rules 2006-07-28 17:17:46.744884888 +0200 @@ -5,8 +5,7 @@ $(DEPTH)/Makefile.os # Gentoo users do want to see the real compile line. # So remove the next line and remove the '@' in the line after. - @echo $(CXX) -c $< - @$(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDE) $(DEPGEN_FLAGS) -o $@ -c $< + $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDE) $(DEPGEN_FLAGS) -o $@ -c $< -include $(OBJECTS:.o=.d)