diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-03-29 03:58:20 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-03-29 03:58:20 +0000 |
commit | b7d2cadef3354bbbd97a98d382291d18fce6200c (patch) | |
tree | a5232eeba7a692164b2bedee650cab64a874adda /sys/arch/hppa/spmath/Makefile.inc | |
parent | 8da71daa70fb2878a11a7d02439e45d2f4f59baa (diff) |
big bang
Diffstat (limited to 'sys/arch/hppa/spmath/Makefile.inc')
-rw-r--r-- | sys/arch/hppa/spmath/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/spmath/Makefile.inc b/sys/arch/hppa/spmath/Makefile.inc index 9b0b9c90487..b5e19fde387 100644 --- a/sys/arch/hppa/spmath/Makefile.inc +++ b/sys/arch/hppa/spmath/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 2000/01/11 21:26:24 mickey Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2001/03/29 03:58:17 mickey Exp $ # # NOTE: $S must correspond to the top of the 'sys' tree # $HPPA must correspond to the top of hppa tree @@ -32,7 +32,7 @@ clean:: .NOTMAIN __always_make_spmath @echo cleaning the kern library objects @${SPMATHMAKE} clean -depend:: .NOTMAIN __always_make_spmath +depend:: .NOTMAIN __always_make_spmath @echo depending the kern library objects @${SPMATHMAKE} depend |