mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
(all): Depend on .gdbinit.
(.gdbinit): Rebuild from gdbinit.in by running config.status.
This commit is contained in:
@ -245,7 +245,7 @@ VMS_OTHER_OBJS = \
|
||||
../libiberty/getopt1.o \
|
||||
../libiberty/getruntime.o
|
||||
|
||||
all: as.new gasp.new
|
||||
all: .gdbinit as.new gasp.new
|
||||
@srcroot=`cd $(srcroot); pwd`; export srcroot; \
|
||||
(cd doc ; $(MAKE) $(FLAGS_TO_PASS) all)
|
||||
|
||||
@ -549,3 +549,5 @@ force:
|
||||
Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) \
|
||||
$(srcdir)/configure.in config.status
|
||||
$(SHELL) ./config.status
|
||||
.gdbinit: $(srcdir)/gdbinit.in config.status
|
||||
$(SHELL) ./config.status
|
||||
|
Reference in New Issue
Block a user