From: Wolfgang Bangerth Date: Wed, 12 Jan 2011 16:53:02 +0000 (+0000) Subject: Fix silly typo. X-Git-Tag: v8.0.0~4496 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef6721673f3faef9af949a97c044b43911da5619;p=dealii.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===== $( $@"