summaryrefslogtreecommitdiff
path: root/spec/build/testsuites/libtests/dl08.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/testsuites/libtests/dl08.yml')
-rw-r--r--spec/build/testsuites/libtests/dl08.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/build/testsuites/libtests/dl08.yml b/spec/build/testsuites/libtests/dl08.yml
index 43a74e3065..94f16fe196 100644
--- a/spec/build/testsuites/libtests/dl08.yml
+++ b/spec/build/testsuites/libtests/dl08.yml
@@ -18,7 +18,7 @@ do-build: |
objs.append(self.ar(bld, lib_objs, path + "libdl08_2.a"))
objs.append(self.cc(bld, bic, path + "dl08-o1.c"))
tar = path + "dl08.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))