[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / sys / arch / mvmeppc / stand / libbug

Annotation of sys/arch/mvmeppc/stand/libbug/Makefile.inc, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: Makefile.inc,v 1.1 2001/06/26 21:58:04 smurph Exp $
                      2:
                      3: LIB_BUG_DIR=${S}/arch/mvmeppc/stand/libbug
                      4:
                      5: LIBBUG_DIR!= cd ${LIB_BUG_DIR}; \
                      6:      printf "xxx:\n\techo \$${.OBJDIR}\n" | ${MAKE} -r -s -f - xxx
                      7:
                      8: LIBBUG=${LIBBUG_DIR}/libbug.a
                      9:
                     10: $(LIBBUG):     .NOTMAIN __always_make_libbug
                     11:        @echo making sure the libbug is up to date...
                     12:        @(cd ${LIB_BUG_DIR}; ${MAKE})
                     13:
                     14: __always_make_libbug:  .NOTMAIN

CVSweb