artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
364ba4a
)
Make sure to clean up the .d files with 'make clean'
author
tb
<tb@openbsd.org>
Thu, 30 Aug 2018 18:36:59 +0000
(18:36 +0000)
committer
tb
<tb@openbsd.org>
Thu, 30 Aug 2018 18:36:59 +0000
(18:36 +0000)
regress/lib/libcrypto/asn1/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/asn1/Makefile
b/regress/lib/libcrypto/asn1/Makefile
index
abb69cb
..
3128179
100644
(file)
--- 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 \