From 3f1344ff1e8007dc825017e30ea1e5374929f462 Mon Sep 17 00:00:00 2001 From: Peter Bortas <zino@lysator.liu.se> Date: Sun, 29 Jul 2007 21:48:27 +0200 Subject: [PATCH] Install propagate_variables. Step 2 in trying to get external modules to compile again. Rev: bin/install.pike:1.178 --- bin/install.pike | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/bin/install.pike b/bin/install.pike index 8c7b4a84b0..fd9b2af31f 100644 --- a/bin/install.pike +++ b/bin/install.pike @@ -2,7 +2,7 @@ // Pike installer and exporter. // -// $Id: install.pike,v 1.177 2007/07/29 16:11:47 peter Exp $ +// $Id: install.pike,v 1.178 2007/07/29 19:48:27 peter Exp $ #define USE_GTK @@ -2698,6 +2698,10 @@ the PRIVATE_CRT stuff in install.pike.\n"); "modules/dynamic_module_makefile"), combine_path(include_prefix, "modules/dynamic_module_makefile")); + low_install_file(combine_path(vars->TMP_BUILDDIR, + "propagated_variables"), + combine_path(include_prefix, + "propagated_variables")); low_install_file(combine_path(vars->SRCDIR,"install-welcome"), combine_path(prefix, "build/install-welcome")); low_install_file(combine_path(vars->SRCDIR,"dumpmaster.pike"), @@ -2771,6 +2775,11 @@ the PRIVATE_CRT stuff in install.pike.\n"); combine_path(include_prefix, "modules/dynamic_module_makefile"), include_prefix); + fix_smartlink(combine_path(vars->TMP_BUILDDIR, + "propagated_variables"), + combine_path(include_prefix, + "propagated_variables"), + include_prefix); fix_smartlink(combine_path(vars->TMP_BUILDDIR,"specs"), combine_path(include_prefix,"specs"), include_prefix); } -- GitLab