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/Makefile.in | |
parent | 4b9180d9168a9596933628af54ecf945b23366d6 (diff) | |
download | gdb-4c5c86cb540e5eb9d96d4666d63e09743ea50a21.zip gdb-4c5c86cb540e5eb9d96d4666d63e09743ea50a21.tar.gz gdb-4c5c86cb540e5eb9d96d4666d63e09743ea50a21.tar.bz2 |
Fixed build of POTFILES.in
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r-- | opcodes/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |