diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-04-28 21:39:50 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-04-28 21:39:50 +0000 |
commit | 9f28ec1a550ce41f54687481218588494705e8c1 (patch) | |
tree | 77f00ce345ffe6b3d81ab0e1fe1b99a37b00cfd4 /opcodes | |
parent | accf488e258d00398b8ab985ebae148115b087f3 (diff) | |
download | gdb-9f28ec1a550ce41f54687481218588494705e8c1.zip gdb-9f28ec1a550ce41f54687481218588494705e8c1.tar.gz gdb-9f28ec1a550ce41f54687481218588494705e8c1.tar.bz2 |
Change Makefile.am, not Makefile.in.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 3 | ||||
-rw-r--r-- | opcodes/Makefile.am | 2 |
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 |