Fixed build of POTFILES.in

This commit is contained in:
Nick Clifton 1998-04-28 21:15:42 +00:00
parent 4b9180d916
commit 4c5c86cb54
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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