summaryrefslogtreecommitdiff
path: root/spec/build/testsuites/libtests/dl10.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/testsuites/libtests/dl10.yml')
-rw-r--r--spec/build/testsuites/libtests/dl10.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/build/testsuites/libtests/dl10.yml b/spec/build/testsuites/libtests/dl10.yml
index ba09a6f444..b3e4bc0ded 100644
--- a/spec/build/testsuites/libtests/dl10.yml
+++ b/spec/build/testsuites/libtests/dl10.yml
@@ -18,7 +18,7 @@ do-build: |
objs.append(self.ar(bld, lib_objs, path + "libdl10_2.a"))
objs.append(self.cc(bld, bic, path + "dl10-o1.c"))
tar = path + "dl10.tar"
- self.pax(bld, [path + "etc/libdl.conf"] + objs, [path], tar)
+ self.tar(bld, [path + "etc/libdl.conf"] + objs, [path], tar)
tar_c, tar_h = self.bin2c(bld, tar)
objs = []
objs.append(self.cc(bld, bic, tar_c))