bug-automake
[Top][All Lists]
Advanced

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

make distcheck failure with subdir-objects enabled


From: Nicolas Tisserand
Subject: make distcheck failure with subdir-objects enabled
Date: Tue, 29 Oct 2002 00:34:11 +0100
User-agent: Mutt/1.3.28i

Hi.

The latest automake seems to behave strangely on this kind of situation :

* two sub-directories :
/foo/foo.{cc,hh}
/bar/bar.{cc,hh}

* /libfoobar.a (made from the sources from those directories)

* a check_PROGRAM /foo/foo-test made from /foo/foo_test.cc

When subdirs-objects is disabled, make distcheck succeeds.
But unfortunately, when enabled, make distcheck fails :

[...]

Making distclean in .
make[2]: Entering directory 
`/home/lrde/stud/tisser_n/work/automake/automake-bug/foobar-0.1/=build'
Makefile:224: foo/.deps/foo.Po: No such file or directory
make[2]: *** No rule to make target `foo/.deps/foo.Po'.  Stop.
make[2]: Leaving directory 
`/home/lrde/stud/tisser_n/work/automake/automake-bug/foobar-0.1/=build'
make[1]: *** [distclean-recursive] Error 1
make[1]: Leaving directory 
`/home/lrde/stud/tisser_n/work/automake/automake-bug/foobar-0.1/=build'
make: *** [distcheck] Error 2

I'm using the following versions :

automake (GNU automake) 1.7
autoconf (GNU Autoconf) 2.54

I enclosed a minimalistic `dist' tarball that reproduces the problem.

Cheers.
--
Nicolas

Attachment: foobar-0.1.tar.gz
Description: Binary data


reply via email to

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