This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libstdc++-v3: Pass gxx_include_dir


Needed for installation in different prefix as given at configure
time.

2000-10-16  Matthias Klose  <doko@debian.org> 
 
	* Makefile.am (AM_MAKEFLAGS): Add gxx_include_dir. 


diff -u libstdc++-v3/Makefile.am~ libstdc++-v3/Makefile.am
--- libstdc++-v3/Makefile.am~   Sun Oct 15 13:47:29 2000
+++ libstdc++-v3/Makefile.am    Mon Oct 16 01:04:11 2000
@@ -107,6 +107,7 @@
	"infodir=$(infodir)" \
	"libdir=$(libdir)" \
	"includedir=$(includedir)" \
+       "gxx_include_dir=$(gxx_include_dir)" \
	"prefix=$(prefix)" \
	"tooldir=$(tooldir)" \
	"AR=$(AR)" \

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]