diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-09-29 23:03:07 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-09-29 23:03:07 +0000 |
commit | 1df6e2665e55727dd4ccdbe3d6b8bbc55ec9dd8c (patch) | |
tree | ffde0a28f0c4e28a4fbe9b936ae8981565d26c73 | |
parent | 9dc6c00f8d5c987d8f62e3e2422e1ecc5f0da384 (diff) | |
download | gdb-1df6e2665e55727dd4ccdbe3d6b8bbc55ec9dd8c.zip gdb-1df6e2665e55727dd4ccdbe3d6b8bbc55ec9dd8c.tar.gz gdb-1df6e2665e55727dd4ccdbe3d6b8bbc55ec9dd8c.tar.bz2 |
(all): Depend on .gdbinit.
(.gdbinit): Rebuild from gdbinit.in by running config.status.
-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 |