Re: bfd BLD-POTFILES.in dependencies
Removing $BLD_POTFILES from BFD-POTFILES.in was correct, but left a hole in dependencies. make[4]: Entering directory '/home/alan/build/gas/all/bfd/po' make[4]: *** No rule to make target '../elf32-aarch64.c', needed by '/home/alan/src/binutils-gdb/bfd/po/bfd.pot'. Stop. * Makefile.am (BUILT_SOURCES): Add BUILD_CFILES. * Makefile.in: Regenerate.
This commit is contained in:
parent
e87fb6a6d0
commit
769a27ade5
2 changed files with 2 additions and 2 deletions
|
@ -719,7 +719,7 @@ BUILD_HFILES = \
|
|||
bfdver.h elf32-target.h elf64-target.h targmatch.h
|
||||
|
||||
# Ensure they are built early:
|
||||
BUILT_SOURCES = $(BUILD_HFILES)
|
||||
BUILT_SOURCES = $(BUILD_HFILES) $(BUILD_CFILES)
|
||||
|
||||
HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
|
||||
|
||||
|
|
|
@ -1185,7 +1185,7 @@ BUILD_HFILES = \
|
|||
|
||||
|
||||
# Ensure they are built early:
|
||||
BUILT_SOURCES = $(BUILD_HFILES)
|
||||
BUILT_SOURCES = $(BUILD_HFILES) $(BUILD_CFILES)
|
||||
HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
|
||||
BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/diagnostics.h
|
||||
LOCAL_H_DEPS = libbfd.h sysdep.h config.h
|
||||
|
|
Loading…
Add table
Reference in a new issue