automake
[Top][All Lists]
Advanced

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

Re: Bug when specifying --disable-dependency-tracking (AM_DEP_TRACK)


From: Robert Boehne
Subject: Re: Bug when specifying --disable-dependency-tracking (AM_DEP_TRACK)
Date: Mon, 23 Apr 2001 16:27:45 -0500

OK, here's a bit more info:

In automake.in this code appears:

            foreach my $iter (@deplist)
            {
                $output_rules .= ('@AMDEP_TRUE@@_am_include@ @_am_quote@'
                                  . $iter . '@_am_quote@' . "\n");
            }

Which, if it added @AMDEP_TRUE@ to the Makefile.in's would work,
but when I execute 'make' the automake that is produced has
this code instead of the above:

            foreach my $iter (@deplist)
            {
                $output_rules .= (' @_am_include@ @_am_quote@'
                                  . $iter . '@_am_quote@' . "\n");
            }

Where did @AMDEP_TRUE@ go?

-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  address@hidden



reply via email to

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