summaryrefslogtreecommitdiff
path: root/automake.in
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-10-30 16:44:40 +0000
committerAkim Demaille <akim@epita.fr>2001-10-30 16:44:40 +0000
commit123a9695f958d8f32c83fcc8b90ac050b4b90133 (patch)
tree9b089a0d372cb58b8d1474d586ae5fa2723de08e /automake.in
parentd3112235de273626613d24dfd8e8b6957390328b (diff)
downloadautomake-123a9695f958d8f32c83fcc8b90ac050b4b90133.tar.gz
* automake.in (append_exeext): Use macro_delete.
Diffstat (limited to 'automake.in')
-rwxr-xr-xautomake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/automake.in b/automake.in
index 39886206b..1d1393837 100755
--- a/automake.in
+++ b/automake.in
@@ -7305,7 +7305,7 @@ sub append_exeext ($)
push (@condvals, "@one_binlist");
}
- variable_delete ($macro);
+ macro_delete ($macro);
while (@condvals)
{
my $cond = shift (@condvals);