diff options
author | anton <> | 2022-03-30 05:22:31 +0000 |
---|---|---|
committer | anton <> | 2022-03-30 05:22:31 +0000 |
commit | b2def5a862cad077ba6f95830e83c6479d96cf0c (patch) | |
tree | 70300fc740056bf07938f6edd7a4d33ecb908dcd /src/regress/lib | |
parent | 891c61d53b14acc52e45afdbf657db4af8a5fe4d (diff) | |
download | openbsd-b2def5a862cad077ba6f95830e83c6479d96cf0c.tar.gz openbsd-b2def5a862cad077ba6f95830e83c6479d96cf0c.tar.bz2 openbsd-b2def5a862cad077ba6f95830e83c6479d96cf0c.zip |
Remove double slash in path to test program.
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libc/malloc/malloc_general/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/regress/lib/libc/malloc/malloc_general/Makefile b/src/regress/lib/libc/malloc/malloc_general/Makefile index b880c2c4ab..b06609f6fa 100644 --- a/src/regress/lib/libc/malloc/malloc_general/Makefile +++ b/src/regress/lib/libc/malloc/malloc_general/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.5 2021/02/12 12:03:39 otto Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2022/03/30 05:22:31 anton Exp $ |
2 | 2 | ||
3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 | 3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 |
4 | PROG= malloc_general | 4 | PROG= malloc_general |
@@ -9,22 +9,22 @@ t1: malloc_general | |||
9 | MALLOC_OPTIONS=cfgju ${.OBJDIR}/malloc_general | 9 | MALLOC_OPTIONS=cfgju ${.OBJDIR}/malloc_general |
10 | 10 | ||
11 | t2: malloc_general | 11 | t2: malloc_general |
12 | MALLOC_OPTIONS=cfgjuC ${.OBJDIR}//malloc_general | 12 | MALLOC_OPTIONS=cfgjuC ${.OBJDIR}/malloc_general |
13 | 13 | ||
14 | t3: malloc_general | 14 | t3: malloc_general |
15 | MALLOC_OPTIONS=cfgjuJ ${.OBJDIR}//malloc_general | 15 | MALLOC_OPTIONS=cfgjuJ ${.OBJDIR}/malloc_general |
16 | 16 | ||
17 | t4: malloc_general | 17 | t4: malloc_general |
18 | MALLOC_OPTIONS=cfgjuF ${.OBJDIR}//malloc_general | 18 | MALLOC_OPTIONS=cfgjuF ${.OBJDIR}/malloc_general |
19 | 19 | ||
20 | t5: malloc_general | 20 | t5: malloc_general |
21 | MALLOC_OPTIONS=cfgjuG ${.OBJDIR}//malloc_general | 21 | MALLOC_OPTIONS=cfgjuG ${.OBJDIR}/malloc_general |
22 | 22 | ||
23 | t6: malloc_general | 23 | t6: malloc_general |
24 | MALLOC_OPTIONS=cfgjuS ${.OBJDIR}//malloc_general | 24 | MALLOC_OPTIONS=cfgjuS ${.OBJDIR}/malloc_general |
25 | 25 | ||
26 | t7: malloc_general | 26 | t7: malloc_general |
27 | MALLOC_OPTIONS=cfgjuFGJ ${.OBJDIR}//malloc_general | 27 | MALLOC_OPTIONS=cfgjuFGJ ${.OBJDIR}/malloc_general |
28 | 28 | ||
29 | t8: malloc_general | 29 | t8: malloc_general |
30 | MALLOC_OPTIONS=cfgjuCJ ${.OBJDIR}/malloc_general | 30 | MALLOC_OPTIONS=cfgjuCJ ${.OBJDIR}/malloc_general |
@@ -33,7 +33,7 @@ t9: malloc_general | |||
33 | MALLOC_OPTIONS=cfgjuCJJ ${.OBJDIR}/malloc_general | 33 | MALLOC_OPTIONS=cfgjuCJJ ${.OBJDIR}/malloc_general |
34 | 34 | ||
35 | t10: malloc_general | 35 | t10: malloc_general |
36 | MALLOC_OPTIONS=cfgjuJS ${.OBJDIR}//malloc_general | 36 | MALLOC_OPTIONS=cfgjuJS ${.OBJDIR}/malloc_general |
37 | 37 | ||
38 | t11: malloc_general | 38 | t11: malloc_general |
39 | MALLOC_OPTIONS=cfgjuFGJJ ${.OBJDIR}//malloc_general | 39 | MALLOC_OPTIONS=cfgjuFGJJ ${.OBJDIR}/malloc_general |