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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |