aboutsummaryrefslogtreecommitdiff
path: root/opcodes/Makefile.am
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-04-28 21:39:50 +0000
committerIan Lance Taylor <ian@airs.com>1998-04-28 21:39:50 +0000
commit9f28ec1a550ce41f54687481218588494705e8c1 (patch)
tree77f00ce345ffe6b3d81ab0e1fe1b99a37b00cfd4 /opcodes/Makefile.am
parentaccf488e258d00398b8ab985ebae148115b087f3 (diff)
downloadgdb-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.am2
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