aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2004-04-27 11:58:38 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2004-04-27 11:58:38 +0000
commit632933d5d0f00cdd397c28daa7cb2486f4d81a58 (patch)
treee31f1643439df9092b184a486f066a4485cdb123 /Makefile.def
parentf2c9e65ac590ba889a92e83d27869f4c8472b316 (diff)
downloadgcc-632933d5d0f00cdd397c28daa7cb2486f4d81a58.zip
gcc-632933d5d0f00cdd397c28daa7cb2486f4d81a58.tar.gz
gcc-632933d5d0f00cdd397c28daa7cb2486f4d81a58.tar.bz2
revert: Makefile.def (flags_to_pass): Remove *dir variables that are passed to the modules via...
2004-04-27 Paolo Bonzini <bonzini@gnu.org> Revert: 2004-04-26 Paolo Bonzini <bonzini@gnu.org> * Makefile.def (flags_to_pass): Remove *dir variables that are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS, as well as prefix and exec_prefix. * Makefile.in: Regenerate. From-SVN: r81221
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def15
1 files changed, 15 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def
index 6e16470..e8e207a 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -144,8 +144,23 @@ recursive_targets = { make_target= maintainer-clean; };
flags_to_pass = { flag= DESTDIR ; };
flags_to_pass = { flag= RPATH_ENVVAR ; };
flags_to_pass = { flag= TARGET_SUBDIR ; };
+flags_to_pass = { flag= bindir ; };
+flags_to_pass = { flag= datadir ; };
+flags_to_pass = { flag= exec_prefix ; };
+flags_to_pass = { flag= includedir ; };
+flags_to_pass = { flag= infodir ; };
+flags_to_pass = { flag= libdir ; };
+flags_to_pass = { flag= libexecdir ; };
+flags_to_pass = { flag= lispdir ; };
flags_to_pass = { flag= libstdcxx_incdir ; };
+flags_to_pass = { flag= libsubdir ; };
+flags_to_pass = { flag= localstatedir ; };
+flags_to_pass = { flag= mandir ; };
flags_to_pass = { flag= oldincludedir ; };
+flags_to_pass = { flag= prefix ; };
+flags_to_pass = { flag= sbindir ; };
+flags_to_pass = { flag= sharedstatedir ; };
+flags_to_pass = { flag= sysconfdir ; };
flags_to_pass = { flag= tooldir ; };
flags_to_pass = { flag= build_tooldir ; };
flags_to_pass = { flag= gxx_include_dir ; };