aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/archive.mk
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2021-06-25 21:31:14 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2021-06-25 21:31:14 +0000
commitb0c40a00a67f611868fc0f10bde6b28eb75931be (patch)
tree52a1546ba15bad38b8f9613fd19d4215195bb0cf /contrib/bmake/unit-tests/archive.mk
parentcab31e0e216c7defefd4aba14693ba2252ea7308 (diff)
parentee914ef902ae018bd4f67192832120f9bf05651f (diff)
downloadsrc-b0c40a00a67f611868fc0f10bde6b28eb75931be.tar.gz
src-b0c40a00a67f611868fc0f10bde6b28eb75931be.zip
Merge commit 'ee914ef902ae018bd4f67192832120f9bf05651f' into new_merge
Diffstat (limited to 'contrib/bmake/unit-tests/archive.mk')
-rw-r--r--contrib/bmake/unit-tests/archive.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bmake/unit-tests/archive.mk b/contrib/bmake/unit-tests/archive.mk
index f8815cf40a40..2cd43a99e9ad 100644
--- a/contrib/bmake/unit-tests/archive.mk
+++ b/contrib/bmake/unit-tests/archive.mk
@@ -1,4 +1,4 @@
-# $NetBSD: archive.mk,v 1.11 2020/11/15 14:07:53 rillig Exp $
+# $NetBSD: archive.mk,v 1.12 2021/04/09 14:42:00 christos Exp $
#
# Very basic demonstration of handling archives, based on the description
# in PSD.doc/tutorial.ms.
@@ -8,11 +8,11 @@
# several other tests.
ARCHIVE= libprog.a
-FILES= archive.mk modmisc.mk varmisc.mk
+FILES= archive.mk archive-suffix.mk modmisc.mk ternary.mk varmisc.mk
all:
.if ${.PARSEDIR:tA} != ${.CURDIR:tA}
- @cd ${MAKEFILE:H} && cp ${FILES} [at]*.mk ${.CURDIR}
+ @cd ${MAKEFILE:H} && cp ${FILES} ${.CURDIR}
.endif
# The following targets create and remove files. The filesystem cache in
# dir.c would probably not handle this correctly, therefore each of the