From: bangerth Date: Wed, 12 Jan 2011 16:53:02 +0000 (+0000) Subject: Fix silly typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a85460ef7d23f84ad1c859c282050263a9bf497c;p=dealii-svn.git Fix silly typo. git-svn-id: https://svn.dealii.org/trunk@23181 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-1/Makefile b/deal.II/examples/step-1/Makefile index 7ba35cd9e9..084f822e9a 100644 --- a/deal.II/examples/step-1/Makefile +++ b/deal.II/examples/step-1/Makefile @@ -104,7 +104,7 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo "==============debug========= $( $@" $@ + @echo "==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : @echo "==============optimized===== $( $@"