Changeset 3295 for trunk


Ignore:
Timestamp:
May 6, 2007, 1:26:25 AM (18 years ago)
Author:
bird
Message:

forgot to create the directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/sys-devel/autoconf/kNIX-bootstrap.kmk

    r3167 r3295  
    8282# This requires perl, so we have to cheat with a prebuilt one.
    8383$(PATH_TARGET)/bin/autoconf.in: bin/autoconf.as $(PATH_TARGET)/bin/autom4te-$(VER)
     84        $(MKDIR) -p $(@D)
    8485    autom4te_perllibdir=$(PATH_TARGET)/lib \
    8586        AUTOM4TE_CFG=$(PATH_TARGET)/lib/autom4te.cfg \
     
    9394else
    9495$(PATH_TARGET)/bin/autoconf.in: kNIX-bootstrap-os2.x86-autoconf.in
     96        $(MKDIR) -p $(@D)
    9597        $(INSTALL) $< $@
    9698endif
Note: See TracChangeset for help on using the changeset viewer.