Home | History | Annotate | Line # | Download | only in libsa
Makefile.inc revision 1.1
      1 #	$NetBSD: Makefile.inc,v 1.1 1996/05/17 20:52:47 chuck Exp $
      2 
      3 LIB_SA_DIR=${S}/arch/${MACHINE}/stand/libsa
      4 
      5 LIBSA_DIR!= cd ${LIB_SA_DIR}; \
      6      printf "xxx:\n\techo \$${.OBJDIR}\n" | ${MAKE} -r -s -f - xxx
      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