summaryrefslogtreecommitdiffstats
path: root/am_edit
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:38:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:38:26 -0600
commit10bae57b29c7f6b41212ec905df25f2ff6626670 (patch)
tree45419f367e9880fab70c6484cc881364dc49512a /am_edit
parent6bb33797592869287a4d3d5158f18de41617fe8d (diff)
downloadadmin-10bae57b29c7f6b41212ec905df25f2ff6626670.tar.gz
admin-10bae57b29c7f6b41212ec905df25f2ff6626670.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'am_edit')
-rw-r--r--am_edit6
1 files changed, 3 insertions, 3 deletions
diff --git a/am_edit b/am_edit
index 61c2f75..b7c736a 100644
--- a/am_edit
+++ b/am_edit
@@ -68,7 +68,7 @@ sub tag_CLOSURE();
sub tag_NO_UNDEFINED();
sub tag_NMCHECK();
sub tag_DIST();
-sub tag_KDEINIT();
+sub tag_TDEINIT();
# Some global globals...
$verbose = 0; # a debug flag
@@ -614,7 +614,7 @@ sub initialise ()
}
}
- tag_KDEINIT();
+ tag_TDEINIT();
while ($MakefileData =~ /\n(\S*)_OBJECTS\s*=[\034 \t]*([^\n]*)\n/g) {
@@ -854,7 +854,7 @@ sub tag_FINAL()
}
}
-sub tag_KDEINIT()
+sub tag_TDEINIT()
{
my @progs = ();
my $ltlibs = "";