automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Specifying dependencies difficulties


From: Harlan Stenn
Subject: Re: Specifying dependencies difficulties
Date: Sun, 15 Jan 2006 22:03:59 +0000

If you have:

 SUBDIRS= subdirs

that really means:

 SUBDIRS= . subdirs

Try:

 SUBDIRS= subdirs .

instead.

H





reply via email to

[Prev in Thread] Current Thread [Next in Thread]