aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog3
-rw-r--r--opcodes/Makefile.am2
2 files changed, 3 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 5681af7..12def33 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,6 +1,7 @@
Tue Apr 28 14:12:12 1998 Nick Clifton <nickc@cygnus.com>
- * Makefile.in (POTFILES): Remove inclusion of BFD_H.
+ * Makefile.am (POTFILES): Remove inclusion of BFD_H.
+ * Makefile.in: Rebuild.
* po/POTFILES.in: Rebuilt using rule in Makefile.in.
* po/opcodes.pot: Rebuilt after changing POTFILES.in.
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
index 749d4e3..230f99d 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -146,7 +146,7 @@ stamp-lib: libopcodes.la
libopcodes.a: stamp-lib ; @true
-POTFILES = $(BFD_H) $(HFILES) $(CFILES)
+POTFILES = $(HFILES) $(CFILES)
po/POTFILES.in: @MAINT@ Makefile
for file in $(POTFILES); do echo $$file; done | sort > tmp \
&& mv tmp $(srcdir)/po/POTFILES.in