From f11205de6850fe0ea33336f6573d6926e914e0f6 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 25 Jul 2001 18:20:25 +0000 Subject: [PATCH] Comment changes. --- configure/tools/makeRulesInclude.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure/tools/makeRulesInclude.pl b/configure/tools/makeRulesInclude.pl index 8d400aaec..0a9728e27 100644 --- a/configure/tools/makeRulesInclude.pl +++ b/configure/tools/makeRulesInclude.pl @@ -1,7 +1,10 @@ # $Id$ +# This Perl script creates a RULES_INCLUDE file containing -include statements +# for RULES_BUILD files from external definitions in the RELEASE file. + eval 'exec perl -S $0 ${1+"$@"}' # -*- Mode: perl -*- - if $running_under_some_shell; # makeConfigAppInclude.pl + if $running_under_some_shell; # makeRulesInclude.pl use Cwd;