From: wolf Date: Tue, 19 Aug 2003 18:19:26 +0000 (+0000) Subject: Silence output from compilation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23a9ecc557f03fc0b23b7d71f90be2f09228485d;p=dealii-svn.git Silence output from compilation. git-svn-id: https://svn.dealii.org/trunk@7950 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/Makefile b/deal.II/common/scripts/Makefile index a60a482f78..04b6719b95 100644 --- a/deal.II/common/scripts/Makefile +++ b/deal.II/common/scripts/Makefile @@ -16,8 +16,8 @@ endif make_dependencies : make_dependencies.cc @echo ============================ Compiling $@ - $(CXX) $(CXXFLAGS.o) -c $< - $(CXX) $(XLDFLAGS) -o $@ make_dependencies.o + @$(CXX) $(CXXFLAGS.o) -c $< + @$(CXX) $(XLDFLAGS) -o $@ make_dependencies.o clean: -rm -f make_dependencies