* Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.

From-SVN: r20761
This commit is contained in:
Jeffrey A Law 1998-06-27 22:08:28 +00:00 committed by Jeff Law
parent 69b471bc42
commit 81241b5e65
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
* configure.in (target_subdir): Set to ${target_alias} instead
of "libraries".

View File

@ -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)" \