diff options
-rw-r--r-- | gas/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 8c636c6..8b5d863 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.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 |