diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-09-08 00:15:49 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-09-08 00:15:49 +0000 |
commit | 1be01033cfa408317501c2547f3950062b823979 (patch) | |
tree | 54e049c574f86838afe2d5d7242e3ab7bc39d18a /gas | |
parent | 723735327addb1a60848e6fd0546be1c182b14f8 (diff) | |
download | gdb-1be01033cfa408317501c2547f3950062b823979.zip gdb-1be01033cfa408317501c2547f3950062b823979.tar.gz gdb-1be01033cfa408317501c2547f3950062b823979.tar.bz2 |
fix config.status, Makefile dependencies
Diffstat (limited to 'gas')
-rw-r--r-- | gas/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 0799017..89149c0 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -301,7 +301,7 @@ check: config.status: configure if [ -r config.status ]; then \ - sh $(srcdir)/config.status --recheck ; \ + sh ./config.status --recheck ; \ else \ echo You must configure gas. Look at the INSTALL file for details. ; \ exit 1 ; \ @@ -547,5 +547,5 @@ de-stage3: force force: Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) \ - $(srcdir)/configure.in + $(srcdir)/configure.in config.status $(SHELL) ./config.status |