summaryrefslogtreecommitdiff
path: root/lib/sbin/BuildHeaders.pl
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-30 17:08:27 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-30 17:08:27 +0000
commit6c284ef861b2b9b65ae9057fd8ee56c11a5914a2 (patch)
treef0c7627fefff2221e14489c270fc5ca21ff7ee42 /lib/sbin/BuildHeaders.pl
parent97272ed9bec3cebb0d64670271e2976875ed7b9a (diff)
Changing comment in built header files so it doesn't change depending
on the name of the first thorn requesting it. This fixes PR 293 Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1503 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/BuildHeaders.pl')
-rw-r--r--lib/sbin/BuildHeaders.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sbin/BuildHeaders.pl b/lib/sbin/BuildHeaders.pl
index 8275c7c5..e6a667a7 100644
--- a/lib/sbin/BuildHeaders.pl
+++ b/lib/sbin/BuildHeaders.pl
@@ -30,7 +30,8 @@ sub BuildHeaders
{
foreach $inc_file (split(" ",$interface_database{"\U$thorn USES HEADER"}))
{
- $data{"$inc_file"} = "/* Include file $inc_file used by $thorn */\n\n";
+# $data{"$inc_file"} = "/* Include file $inc_file used by $thorn */\n\n";
+ $data{"$inc_file"} = "/* Include file $inc_file */\n\n";
}
}