From 7fd72ef772f40701c2b750a94bdb773329563cc9 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 30 Aug 2018 18:36:59 +0000 Subject: Make sure to clean up the .d files with 'make clean' --- src/regress/lib/libcrypto/asn1/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/regress/lib/libcrypto/asn1/Makefile b/src/regress/lib/libcrypto/asn1/Makefile index abb69cb379..3128179e90 100644 --- a/src/regress/lib/libcrypto/asn1/Makefile +++ b/src/regress/lib/libcrypto/asn1/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2017/11/28 16:47:55 jsing Exp $ +# $OpenBSD: Makefile,v 1.4 2018/08/30 18:36:59 tb Exp $ TESTS = \ asn1evp \ @@ -13,7 +13,7 @@ WARNINGS= Yes LDFLAGS+= -lcrypto CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror -CLEANFILES+= ${TESTS} +CLEANFILES+= ${TESTS} ${TESTS:S/$/.d/} all_tests: ${TESTS} @for test in $>; do \ -- cgit v1.2.3-55-g6feb