summaryrefslogtreecommitdiff
path: root/elfutils/tests/run-arextract.sh
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/tests/run-arextract.sh')
-rwxr-xr-xelfutils/tests/run-arextract.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/elfutils/tests/run-arextract.sh b/elfutils/tests/run-arextract.sh
index 839a6792..69ac0bca 100755
--- a/elfutils/tests/run-arextract.sh
+++ b/elfutils/tests/run-arextract.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 1999, 2000, 2002 Red Hat, Inc.
+# Copyright (C) 1999, 2000, 2002, 2005 Red Hat, Inc.
# Written by Ulrich Drepper <drepper@redhat.com>, 1999.
#
# This program is Open Source software; you can redistribute it and/or
@@ -12,8 +12,7 @@
# by writing the Open Source Initiative c/o Lawrence Rosen, Esq.,
# 3001 King Ranch Road, Ukiah, CA 95482.
-archive=../libelf/.libs/libelf.a
-test -f $archive || archive=../libelf/libelf.a
+archive=../libelf/libelf.a
if test -f $archive; then
# The file is really available (i.e., no shared-only built).
echo -n "Extracting symbols... $ac_c"