diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-16 17:46:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-16 17:46:58 +0000 |
commit | 09b8ab5dde5b736cce2297e95c71ed6f8eafc3da (patch) | |
tree | e9c5b952030665bf54e6e6e38049b4c071887e03 | |
parent | a48af96164d25a7aeca3f3c21f8b953a8597dad2 (diff) |
spaces
-rw-r--r-- | sys/arch/mvme68k/stand/libsa/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/libsa/Makefile.inc b/sys/arch/mvme68k/stand/libsa/Makefile.inc index 6584c3acb89..c0a60387cfc 100644 --- a/sys/arch/mvme68k/stand/libsa/Makefile.inc +++ b/sys/arch/mvme68k/stand/libsa/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.5 1997/10/20 00:33:46 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2003/08/16 17:46:57 deraadt Exp $ LIB_SA_DIR=${S}/arch/mvme68k/stand/libsa @@ -6,7 +6,7 @@ LIBSA_DIR!= cd ${LIB_SA_DIR}; \ printf "xxx:\n\techo \$${.OBJDIR}\n" | ${MAKE} -r -s -f - xxx LIBSA=${LIBSA_DIR}/libsa.a -SRTOBJ?= ${LIBSA_DIR}/SRT0.o +SRTOBJ?= ${LIBSA_DIR}/SRT0.o $(LIBSA): .NOTMAIN __always_make_libsa @echo making sure the libsa is up to date... |