diff options
Diffstat (limited to 'gcc/ada/prj-makr.ads')
-rw-r--r-- | gcc/ada/prj-makr.ads | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/prj-makr.ads b/gcc/ada/prj-makr.ads index aea6f24d02b..3947e891819 100644 --- a/gcc/ada/prj-makr.ads +++ b/gcc/ada/prj-makr.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2001-2003 Free Software Foundation, Inc. -- +-- Copyright (C) 2001-2005 Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -29,8 +29,6 @@ -- For arbitrary naming schemes, create or update a project file, -- or create a configuration pragmas file. -with GNAT.OS_Lib; use GNAT.OS_Lib; - package Prj.Makr is procedure Make |