Opened 20 years ago

Closed 20 years ago

#51 closed defect (fixed)

implicit-dependency broken

Reported by: ghost Owned by: somebody
Priority: major Milestone: M11
Component: component1 Version:
Keywords: Cc:

Description

The implicit-dependency property does not cause build of header for the following test case:

make a.h : : gen-header ;
explicit a.h ;

exe hello : hello.cpp : <implicit-dependency>a.h ;

actions gen-header
{
    echo "int i;" > $(<)
}

A patch is already posted to the list, need to write some tests.

Change History (1)

comment:1 by ghost, 20 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.