diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-07-10 15:11:15 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-07-10 15:11:15 +0000 |
commit | 65d3ae6b724ce72c0ccf7123513125931cbb8682 (patch) | |
tree | bf38a65e7a54e01b6346900b75f818b671fe742f /bfd/Makefile.in | |
parent | 6a4549e78827e1f01172085ed5d34ae18ee94705 (diff) | |
download | gdb-65d3ae6b724ce72c0ccf7123513125931cbb8682.zip gdb-65d3ae6b724ce72c0ccf7123513125931cbb8682.tar.gz gdb-65d3ae6b724ce72c0ccf7123513125931cbb8682.tar.bz2 |
* Makefile.in (Makefile): Don't depend upon @frags@.
(config.status): Depend upon @frags@.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 9e3b234..6b502b2 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -480,10 +480,10 @@ install: $(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS); \ fi -Makefile: Makefile.in config.status @frags@ +Makefile: Makefile.in config.status $(SHELL) config.status -config.status: configure configure.host config.bfd +config.status: configure configure.host config.bfd @frags@ $(SHELL) config.status --recheck # Have to get rid of .dep1 here so that "$?" later includes all of $(CFILES). |