Change Makefile.am, not Makefile.in.

This commit is contained in:
Ian Lance Taylor 1998-04-28 21:39:50 +00:00
parent accf488e25
commit 9f28ec1a55
2 changed files with 3 additions and 2 deletions

View file

@ -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.

View file

@ -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