aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-10-02 07:24:45 +0000
committerK. Richard Pixley <rich@cygnus>1991-10-02 07:24:45 +0000
commitf1eb48b62e6365b51ec3aedb6b340118bba700c4 (patch)
treed8849c9228f5e34595cd5f15b751827c7dfa578a /binutils
parent7875b07ffaf83c2eef9a8021272e171e8f399a6f (diff)
downloadgdb-f1eb48b62e6365b51ec3aedb6b340118bba700c4.zip
gdb-f1eb48b62e6365b51ec3aedb6b340118bba700c4.tar.gz
gdb-f1eb48b62e6365b51ec3aedb6b340118bba700c4.tar.bz2
no more configure on which to depend
Diffstat (limited to 'binutils')
-rw-r--r--binutils/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index eb7e9b2..75a5d01 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -201,7 +201,7 @@ make:
echo >>Makefile ; \
sed "s/^#__$(HOST)__#//" < Makefile.old >>Makefile
-Makefile: $(srcdir)/Makefile.in $(srcdir)/configure $(host_makefile_frag) $(target_makefile_frag)
+Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
$(SHELL) ./config.status
### Local Variables: ***