aboutsummaryrefslogtreecommitdiff
path: root/test/nm/ts
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2019-06-29 15:27:18 +0000
committerEd Maste <emaste@FreeBSD.org>2019-06-29 15:27:18 +0000
commita5b08c1484eac2c6a65e726f550b3189ff84c6c8 (patch)
tree01cd9d6d76e2c378b391422460c6f233ead08179 /test/nm/ts
parent2b92b30119ed91ed88f102ba9ecc40cd1c046a65 (diff)
Import ELF Tool Chain snapshot at r3769vendor/elftoolchain/elftoolchain-r3769vendor/elftoolchain
Notes
Notes: svn path=/vendor/elftoolchain/dist/; revision=349544 svn path=/vendor/elftoolchain/elftoolchain-r3769/; revision=349545; tag=vendor/elftoolchain/elftoolchain-r3769
Diffstat (limited to 'test/nm/ts')
-rw-r--r--test/nm/ts/Makefile.tset4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/nm/ts/Makefile.tset b/test/nm/ts/Makefile.tset
index ac5fd0ad4540..4b9ca8adb073 100644
--- a/test/nm/ts/Makefile.tset
+++ b/test/nm/ts/Makefile.tset
@@ -1,4 +1,4 @@
-# $Id: Makefile.tset 2085 2011-10-27 05:06:47Z jkoshy $
+# $Id: Makefile.tset 3719 2019-03-23 08:30:55Z jkoshy $
NM_EXEC?= ${.CURDIR}/../../../../nm/nm
CSTD?= iso9899:1999
@@ -16,7 +16,7 @@ CLEANFILES+= test_nm.c
.endif
.endfor
-.if !exists(${TS_DATA:R})
+.if !empty(${TS_DATA:R}) && !exists(${TS_DATA:R})
${TS_DATA}:
uudecode ${TS_DATA}.uu
.endif