From 1be01033cfa408317501c2547f3950062b823979 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 8 Sep 1994 00:15:49 +0000 Subject: [PATCH] fix config.status, Makefile dependencies --- gas/Makefile.in | 4 ++-- 1 file 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 -- 2.7.4