[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Automake: Compiling sources in other directories
From: |
Tom Tromey |
Subject: |
Re: Automake: Compiling sources in other directories |
Date: |
12 Jan 2001 21:03:25 -0700 |
>>>>> "Dave" == Dave Brolley <address@hidden> writes:
Dave> To work around the problem I have to change the generated dependency to:
Dave> h1.lo: ../host/h1.cpp
Dave> $(LTCXXCOMPILE) -c -o $@ $<
Dave> Is this a make bug, or should automake be generating a rule for
Dave> making hl.lo? My version of make is 3.79.1.
It is an automake bug; make is doing the right thing.
I'm checking in a test case.
Tom