Changeset 998 for trunk/bootstrap.gmk


Ignore:
Timestamp:
May 29, 2007, 11:25:30 PM (18 years ago)
Author:
bird
Message:

SRCDIR not pwd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootstrap.gmk

    r996 r998  
    126126
    127127$(OUTDIR)/ts-stage2-install: $(OUTDIR)/ts-stage2-build
    128         $(OUTDIR)/kmk/kmk -C $(SRCDIR) PATH_INS=`pwd` install
     128        $(OUTDIR)/kmk/kmk -C $(SRCDIR) PATH_INS=$(SRCDIR) install
    129129        echo done > $@
    130130
Note: See TracChangeset for help on using the changeset viewer.