Fixed build of POTFILES.in
authorNick Clifton <nickc@redhat.com>
Tue, 28 Apr 1998 21:15:42 +0000 (21:15 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 28 Apr 1998 21:15:42 +0000 (21:15 +0000)
opcodes/ChangeLog
opcodes/Makefile.in

index 8057cee..5681af7 100644 (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
index 77789f0..bc60939 100644 (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