From: Wolfgang Bangerth Date: Thu, 25 Jan 2001 12:13:14 +0000 (+0000) Subject: Remove outdated comment. X-Git-Tag: v8.0.0~19782 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65fdecc63194cd8aad1aea0b8812691c4c9dd111;p=dealii.git Remove outdated comment. git-svn-id: https://svn.dealii.org/trunk@3795 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Makefile b/deal.II/deal.II/Makefile index 011f8fe2a4..8459c93322 100644 --- a/deal.II/deal.II/Makefile +++ b/deal.II/deal.II/Makefile @@ -33,9 +33,7 @@ else endif -# create lists of file names. note that we need several output -# files for data_out_base.cc, which is why we use the several -# intermediate o-files-base* rules +# create lists of file names cc-files = $(shell echo source/*/*.cc) h-files = $(sort $(shell echo include/*/*.h))