[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Automake 1.5 - depcomp not added to DIST_COMMON
From: |
Robert Collins |
Subject: |
Re: Automake 1.5 - depcomp not added to DIST_COMMON |
Date: |
Sun, 23 Sep 2001 16:08:29 +1000 |
----- Original Message -----
From: "Raja R Harinath" <address@hidden>
>
> This doesn't look like it'll work with, say
>
> automake --add-missing src/Makefile
>
> This won't add 'depcomp' to DIST_COMMON in the top Makefile.in.
You cannot use automake --add-missing src/Makefile until a straight
automake --add-missing has been called - because automake doesn't know
about src until then.
So there should be no issue (the first automake invocation should add
depcomp).
Rob