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 /gas/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 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 738724b..2fa4db1 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -571,6 +571,6 @@ risky-stage4: force force: -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 |