diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-10-05 16:58:22 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-10-05 16:58:22 +0000 |
commit | 4b593bea5f0ea96407b6d529849c52c36a3a06f1 (patch) | |
tree | 80c46d2f04346368599b046d2475865968d924fe /regress | |
parent | 2fb186a8296a93f2674787b588bc7314d2a73eb1 (diff) |
typo
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/bc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/bc/Makefile b/regress/usr.bin/bc/Makefile index 9a0cb50adb5..ccc215b78b8 100644 --- a/regress/usr.bin/bc/Makefile +++ b/regress/usr.bin/bc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2003/12/09 12:49:01 otto Exp $ +# $OpenBSD: Makefile,v 1.10 2007/10/05 16:58:21 otto Exp $ BC=bc @@ -26,7 +26,7 @@ REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 # t17: long var names # t18: towers of hanoi -all: clean ${REGRESS_TARGET} +all: clean .SUFFIXES: .in |