aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
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 /ld/Makefile.in
parent7875b07ffaf83c2eef9a8021272e171e8f399a6f (diff)
downloadgdb-f1eb48b62e6365b51ec3aedb6b340118bba700c4.zip
gdb-f1eb48b62e6365b51ec3aedb6b340118bba700c4.tar.gz
gdb-f1eb48b62e6365b51ec3aedb6b340118bba700c4.tar.bz2
no more configure on which to depend
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index e125f5c..98e4d25 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -312,7 +312,7 @@ make:
#
-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: ***