diff options
author | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-02 00:48:19 +0000 |
---|---|---|
committer | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-02 00:48:19 +0000 |
commit | 465fccaf547d41421cbdf2c9fb9ce3ed1cc445f5 (patch) | |
tree | 51e65e8fb42c9163f09f710d9fc4d8c695997595 /Makefile.tpl | |
parent | 7792ffb8ac750213a1f7bba7e80505bb94ba6e59 (diff) | |
download | gcc-465fccaf547d41421cbdf2c9fb9ce3ed1cc445f5.tar.gz |
* Makefile.tpl (check, check-c++): Express dependencies using
dependencies rather than commands.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70092 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 64765f285db..8ec65514e9b 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -665,8 +665,7 @@ clean-target-libgcc: # Check target. .PHONY: check do-check -check: - $(MAKE) do-check +check: do-check # Only include modules actually being configured and built. do-check: maybe-check-gcc [+ @@ -1229,8 +1228,7 @@ check-gcc-c++: fi .PHONY: check-c++ -check-c++: - $(MAKE) check-target-libstdc++-v3 check-gcc-c++ +check-c++: check-target-libstdc++-v3 check-gcc-c++ .PHONY: install-gcc maybe-install-gcc maybe-install-gcc: |