aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-07-31 07:09:02 +0000
committerJohn Gilmore <gnu@cygnus>1991-07-31 07:09:02 +0000
commit72b1b275ecf03bc227ca747197530970b478b0c0 (patch)
tree28b1517ea72fa3ecc467d5e4a49c4f042db06e49 /gdb/Makefile.in
parentd239963ba30bfc9db373bfea3ede0a73d994d85c (diff)
downloadgdb-72b1b275ecf03bc227ca747197530970b478b0c0.zip
gdb-72b1b275ecf03bc227ca747197530970b478b0c0.tar.gz
gdb-72b1b275ecf03bc227ca747197530970b478b0c0.tar.bz2
Move building and configuring stuff from .Sanitize to "make gdb.tar.Z".
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 9abce13..bf369af 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -450,10 +450,13 @@ tags: TAGS
gdb.tar.Z: force_update
./configure none
+ rm -f alldeps.mak
$(MAKE) alldeps.mak
./configure none
+ rm -f depend
$(MAKE) depend
./configure none
+ $(MAKE) gdb.info
$(MAKE) gdb-$(VERSION).tar.Z
gdb-$(VERSION).tar.Z: ${TARFILES} ${TARDIRS}