Ignore:
Timestamp:
May 6, 2007, 2:27:15 AM (18 years ago)
Author:
bird
Message:

Parallel build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/baselayout/Makefile.kmk

    r2665 r3307  
    127127# Rule for creating the password database.
    128128#
    129 $(PATH_INS)/etc/pwd.db: $(PATH_INS)/etc/master.passwd
     129$(PATH_INS)/etc/pwd.db: $(PATH_INS)/etc/master.passwd | $$(TARGET_pwd_mkdb)
    130130        $(RM) -f $(PATH_INS)/etc/pwd.db.tmp
    131131        $(TARGET_pwd_mkdb) -p -d $(dir $@) $^
Note: See TracChangeset for help on using the changeset viewer.