diff options
author | grr <grr@cvs.openbsd.org> | 1997-06-20 21:43:17 +0000 |
---|---|---|
committer | grr <grr@cvs.openbsd.org> | 1997-06-20 21:43:17 +0000 |
commit | bd4c56f8a545c37a6e0220725cbb0fffad9f8912 (patch) | |
tree | 45e0e4ef02cd0c94b7b985f179b849060a8387e4 /sys/lib | |
parent | 9e00c8c2cceee7220d86c8792ee29b5dd6a73c4f (diff) |
oops, pointed out by Theo
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/libsa/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/Makefile.inc b/sys/lib/libsa/Makefile.inc index aa253fcc9b8..788b2ce7be5 100644 --- a/sys/lib/libsa/Makefile.inc +++ b/sys/lib/libsa/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.8 1997/06/19 18:23:23 grr Exp $ +# $OpenBSD: Makefile.inc,v 1.9 1997/06/20 21:43:16 grr Exp $ # $NetBSD: Makefile.inc,v 1.5 1996/09/30 16:01:18 ws Exp $ # # NOTE: $S must correspond to the top of the 'sys' tree @@ -37,5 +37,5 @@ depend:: .NOTMAIN __always_make_salib @${SAMAKE} depend __always_make_salib: .NOTMAIN - -mkdir -p ${SADST}) + -mkdir -p ${SADST} |