From 461cf46a2fd7ce82060987487d1425efb2f2551a Mon Sep 17 00:00:00 2001
From: wolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Thu, 25 Jan 2001 12:13:34 +0000
Subject: [PATCH] Remove outdated comment.

git-svn-id: https://svn.dealii.org/branches/Branch-3-1@3796 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/deal.II/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

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))
 
-- 
2.39.5