diff options
author | K. Richard Pixley <rich@cygnus> | 1991-10-02 07:24:45 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-10-02 07:24:45 +0000 |
commit | f1eb48b62e6365b51ec3aedb6b340118bba700c4 (patch) | |
tree | d8849c9228f5e34595cd5f15b751827c7dfa578a /gdb/Makefile.in | |
parent | 7875b07ffaf83c2eef9a8021272e171e8f399a6f (diff) | |
download | gdb-f1eb48b62e6365b51ec3aedb6b340118bba700c4.zip gdb-f1eb48b62e6365b51ec3aedb6b340118bba700c4.tar.gz gdb-f1eb48b62e6365b51ec3aedb6b340118bba700c4.tar.bz2 |
no more configure on which to depend
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 6fd90f9..6763aa4 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -553,7 +553,7 @@ de-stage3: force - (cd stage3 ; mv -f * ..) - rmdir stage3 -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 force: |