diff options
author | Nick Clifton <nickc@redhat.com> | 1998-04-28 21:15:42 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-04-28 21:15:42 +0000 |
commit | 4c5c86cb540e5eb9d96d4666d63e09743ea50a21 (patch) | |
tree | 0a05dfa831f5b1d4a68cbcf9f1883f28a3192560 /opcodes | |
parent | 4b9180d9168a9596933628af54ecf945b23366d6 (diff) | |
download | fsf-binutils-gdb-4c5c86cb540e5eb9d96d4666d63e09743ea50a21.zip fsf-binutils-gdb-4c5c86cb540e5eb9d96d4666d63e09743ea50a21.tar.gz fsf-binutils-gdb-4c5c86cb540e5eb9d96d4666d63e09743ea50a21.tar.bz2 |
Fixed build of POTFILES.in
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 6 | ||||
-rw-r--r-- | opcodes/Makefile.in | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 8057cee..5681af7 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +Tue Apr 28 14:12:12 1998 Nick Clifton <nickc@cygnus.com> + + * Makefile.in (POTFILES): Remove inclusion of BFD_H. + * po/POTFILES.in: Rebuilt using rule in Makefile.in. + * po/opcodes.pot: Rebuilt after changing POTFILES.in. + Tue Apr 28 13:13:13 1998 Ian Lance Taylor <ian@cygnus.com> * configure.in: Call AC_ISC_POSIX near start. Move CY_GNU_GETTEXT diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 77789f0..bc60939 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -210,7 +210,7 @@ libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@ noinst_LIBRARIES = libopcodes.a -POTFILES = $(BFD_H) $(HFILES) $(CFILES) +POTFILES = $(HFILES) $(CFILES) CLEANFILES = libopcodes.a stamp-lib dep.sed .dep .dep1 # start-sanitize-cygnus |