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

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

1.1       nbrk        1: #      $OpenBSD: Makefile.inc,v 1.2 1998/08/22 07:39:52 smurph Exp $
                      2:
                      3: LIB_BUG_DIR=${S}/arch/mvme88k/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