From e51d365e15bd1f64064911c88d0e9f8f2a527b95 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 30 Aug 2018 18:36:59 +0000 Subject: [PATCH] Make sure to clean up the .d files with 'make clean' --- regress/lib/libcrypto/asn1/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/lib/libcrypto/asn1/Makefile b/regress/lib/libcrypto/asn1/Makefile index abb69cb3793..3128179e909 100644 --- a/regress/lib/libcrypto/asn1/Makefile +++ b/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 \ -- 2.20.1