diff options
author | Nick Clifton <nickc@redhat.com> | 2001-03-08 21:04:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-03-08 21:04:02 +0000 |
commit | 359e1d7bf3828f566e540b9eff1b65a997e87c50 (patch) | |
tree | 28afa4997d0d0e97ca3fe90aac9733b610c80a9e /bfd/Makefile.in | |
parent | 51c56443a0d167fed14f2236b6cea74be22dff1d (diff) | |
download | gdb-359e1d7bf3828f566e540b9eff1b65a997e87c50.tar.gz |
Update copyright notices
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index b7c34fbc156..1a277f2f765 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -1,6 +1,7 @@ # Makefile.in generated automatically by automake 1.4 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 +# Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -1079,7 +1080,7 @@ installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean -po/POTFILES.in: @MAINT@ Makefile +po/POTFILES.in: @MAINT@ Makefile $(POTFILES) for file in $(POTFILES); do echo $$file; done | sort > tmp \ && mv tmp $(srcdir)/po/POTFILES.in |