From 1df6e2665e55727dd4ccdbe3d6b8bbc55ec9dd8c Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 29 Sep 1994 23:03:07 +0000 Subject: [PATCH] (all): Depend on .gdbinit. (.gdbinit): Rebuild from gdbinit.in by running config.status. --- gas/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.7.4