diff options
author | John Gilmore <gnu@cygnus> | 1991-05-03 21:30:41 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-03 21:30:41 +0000 |
commit | 592ecfb22e725acdb1158010b135068f5c87f603 (patch) | |
tree | 9505010b10251f3a1a9257feb5354a8687da0ff1 /Makefile.in | |
parent | 17224795470e1129aeb2188fc0660a3c3612ddf3 (diff) | |
download | ppe42-binutils-592ecfb22e725acdb1158010b135068f5c87f603.tar.gz ppe42-binutils-592ecfb22e725acdb1158010b135068f5c87f603.zip |
Rename getopt to libiberty.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 2f175b3158..68c8493bb8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,7 +16,7 @@ RANLIB = ranlib AR = ar AR_FLAGS = cqv -BOOTSTRAPPABLE = getopt bfd binutils ld gas gcc gnulib +BOOTSTRAPPABLE = libiberty bfd binutils ld gas gcc gnulib OTHERS = #### host and target specific makefile fragments come in here. @@ -128,7 +128,10 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/configure # # $Log$ -# Revision 1.10 1991/04/24 16:50:53 rich +# Revision 1.11 1991/05/03 21:30:41 gnu +# Rename getopt to libiberty. +# +# Revision 1.10 1991/04/24 16:50:53 rich # Three staging checkpoint. # # Revision 1.9 1991/04/17 01:34:36 rich |