mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-24 17:53:52 +08:00
Change Makefile.am, not Makefile.in.
This commit is contained in:
parent
accf488e25
commit
9f28ec1a55
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user