diff options
Diffstat (limited to 'sys/arch/mvme68k/stand/libsa/Makefile.inc')
-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... |