aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-10-01 21:00:50 +0000
committerK. Richard Pixley <rich@cygnus>1991-10-01 21:00:50 +0000
commitbcb14db5491bdd544089981d85523bc984bfcb7b (patch)
tree55d74ba46e5eba7d2badc5c4dcfcf6aa1afa4d6d /gdb/Makefile.in
parent3f85ebce789ad99d73fd389751267bfc50acea5c (diff)
downloadgdb-bcb14db5491bdd544089981d85523bc984bfcb7b.zip
gdb-bcb14db5491bdd544089981d85523bc984bfcb7b.tar.gz
gdb-bcb14db5491bdd544089981d85523bc984bfcb7b.tar.bz2
exploit the new executable config.status
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 1c3d4a0..6fd90f9 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -132,7 +132,7 @@ CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${BFD_LIB} ${LIBIBERTY} ${RL_LIB}
ADD_FILES = ${REGEX} ${ALLOCA} ${GNU_MALLOC} ${XM_ADD_FILES} ${TM_ADD_FILES}
ADD_DEPS = ${REGEX1} ${ALLOCA1} ${GNU_MALLOC} ${XM_ADD_FILES} ${TM_ADD_FILES}
-VERSION = 4.0.95
+VERSION = 4.1.1
DIST=gdb
LINT=/usr/5bin/lint
@@ -553,12 +553,8 @@ de-stage3: force
- (cd stage3 ; mv -f * ..)
- rmdir stage3
-Makefile: $(srcdir)/Makefile.in $(srcdir)/configure
- (cd $(srcdir) ; \
- ./configure +destdir=$(destdir) \
- +norecurse \
- `if [ "$(srcdir)" != "." ] ; then echo +subdirs; fi` \
- $(host) +target=$(target))
+Makefile: $(srcdir)/Makefile.in $(srcdir)/configure $(host_makefile_frag) $(target_makefile_frag)
+ $(SHELL) ./config.status
force: