$OpenBSD: patch-tests_scripts_features_archives,v 1.3 2020/02/01 15:29:25 naddy Exp $
Index: tests/scripts/features/archives
--- tests/scripts/features/archives.orig
+++ tests/scripts/features/archives
@@ -184,7 +184,7 @@ $mk_string = q!
 DIR = artest
 vpath % $(DIR)
 default: lib(foo)
-(%): %.vhd ; @cd $(DIR) && touch $(*F) && $(AR) $(ARFLAGS) $@ $(*F) >/dev/null 2>&1 && rm $(*F)
+(%): %.vhd ; @cd $(DIR) && echo foo >$(*F) && $(AR) $(ARFLAGS) $@ $(*F) >/dev/null 2>&1 && rm $(*F)
 .PHONY: default
 !;
 if ($port_type eq 'VMS-DCL') {
