diff options
author | djm@openbsd.org <djm@openbsd.org> | 2016-04-15 02:55:53 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-04-15 12:58:09 +1000 |
commit | 12e4ac46aed681da55c2bba3cd11dfcab23591be (patch) | |
tree | 79e73c0ce5db896e940127e27651f89d327e53d5 | |
parent | b1d05aa653ae560c44baf8e8a9756e33f98ea75c (diff) |
upstream commit
remove redundant CLEANFILES section
Upstream-Regress-ID: 29ef1b267fa56daa60a1463396635e7d53afb587
-rw-r--r-- | regress/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/Makefile b/regress/Makefile index 23314b808..03661e1ff 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.86 2016/04/15 00:48:01 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.87 2016/04/15 02:55:53 djm Exp $ |
2 | 2 | ||
3 | REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec | 3 | REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec |
4 | tests: prep $(REGRESS_TARGETS) | 4 | tests: prep $(REGRESS_TARGETS) |