From: bangerth Date: Fri, 7 Sep 2007 00:24:21 +0000 (+0000) Subject: Hide command line. Dunno why it shows X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e7c02ecd675e76bb3c5d980b63a099601c2b6da;p=dealii-svn.git Hide command line. Dunno why it shows git-svn-id: https://svn.dealii.org/branches/Branch-6-0@15150 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/Makefile b/deal.II/common/scripts/Makefile index 8d4b70abd7..c799b3d793 100644 --- a/deal.II/common/scripts/Makefile +++ b/deal.II/common/scripts/Makefile @@ -22,7 +22,7 @@ endif # make_dependencies whenever we think it may be beneficial make_dependencies : make_dependencies.cc $D/common/Make.global_options @echo ============================ Compiling $@ - $(CXX) $(CXXFLAGS.o) $(LDFLAGS) $< -o $@ + @$(CXX) $(CXXFLAGS.o) $(LDFLAGS) $< -o $@ clean: -rm -f make_dependencies