From: wolf Date: Fri, 15 Aug 2003 16:10:26 +0000 (+0000) Subject: Update comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f464ae9e169503350b657c53b9bd07527f44c93;p=dealii-svn.git Update comment. git-svn-id: https://svn.dealii.org/trunk@7929 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/Makefile.small b/deal.II/doc/development/Makefile.small index 43283e2ce2..9844a4cb1a 100644 --- a/deal.II/doc/development/Makefile.small +++ b/deal.II/doc/development/Makefile.small @@ -131,7 +131,7 @@ clean: # since the executable depends on some include files from the library, # besides the C++ application file of course, it is necessary to # re-generate the executable when one of the files it depends on has -# changed. The following rule to created a dependency file +# changed. The following rule creates a dependency file # `Makefile.dep', which `make' uses to determine when to regenerate # the executable. This file is automagically remade whenever needed, # i.e. whenever one of the cc-/h-files changed. Make detects whether