diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-27 22:08:28 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-27 22:08:28 +0000 |
commit | e98d756a4af0f45a917f3d762358ed999bfa1196 (patch) | |
tree | fce47505d8cd4b70de12bd77e90afe6018124f66 /Makefile.in | |
parent | d6cf7517b0a8270a034989164748dfe1c5221006 (diff) | |
download | gcc-e98d756a4af0f45a917f3d762358ed999bfa1196.tar.gz |
* Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20761 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 2f6a7a05ced..b1cfd7bd3ac 100644 --- a/Makefile.in +++ b/Makefile.in @@ -352,6 +352,7 @@ BASE_FLAGS_TO_PASS = \ "EXPECT=$(EXPECT)" \ "RUNTEST=$(RUNTEST)" \ "RUNTESTFLAGS=$(RUNTESTFLAGS)" \ + "TARGET_SUBDIR=$(TARGET_SUBDIR)" \ "WINDRES_FOR_TARGET=$(WINDRES_FOR_TARGET)" \ "YACC=$(YACC)" \ "exec_prefix=$(exec_prefix)" \ |