bug-automake
[Top][All Lists]
Advanced

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

bug#7403: Unused variable `$source' in the depcomp script?


From: Stefano Lattarini
Subject: bug#7403: Unused variable `$source' in the depcomp script?
Date: Mon, 15 Nov 2010 01:03:04 +0100
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

Hello automakers.

In the git master branch:
 $ grep '\<source\>' lib/depcomp 
   source      Source file read by `PROGRAMS ARGS'.
 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
   echo "depcomp: Variables source, object and depmode must be set" 1>&2
     # the object too, otherwise makedepend will parse it as a source file.

Does this mean that the `$source' variable is really not required
by depcomp, or am I missing something?

Regards,
  Stefano





reply via email to

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