Make sure to clean up the .d files with 'make clean'
authortb <tb@openbsd.org>
Thu, 30 Aug 2018 18:36:59 +0000 (18:36 +0000)
committertb <tb@openbsd.org>
Thu, 30 Aug 2018 18:36:59 +0000 (18:36 +0000)
regress/lib/libcrypto/asn1/Makefile

index abb69cb..3128179 100644 (file)
@@ -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 \