Home | History | Annotate | Line # | Download | only in libsa
Makefile.inc revision 1.3
      1 #	$NetBSD: Makefile.inc,v 1.3 1998/06/12 23:11:46 cgd Exp $
      2 
      3 LIB_SA_DIR=${S}/arch/mvme68k/stand/libsa
      4 
      5 LIBSA_DIR!=cd ${LIB_SA_DIR}; \
      6      printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
      7 
      8 LIBSA=${LIBSA_DIR}/libsa.a
      9 SRTOBJ?= ${LIBSA_DIR}/SRT0.o
     10 
     11 $(LIBSA):	.NOTMAIN __always_make_libsa
     12 	@echo making sure the libsa is up to date...
     13 	@(cd ${LIB_SA_DIR}; ${MAKE})
     14 
     15 __always_make_libsa:	.NOTMAIN
     16