bug-gnulib
[Top][All Lists]
Advanced

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

relocatable-lib and "make distcheck"


From: Reuben Thomas
Subject: relocatable-lib and "make distcheck"
Date: Mon, 27 Mar 2017 20:27:57 +0100

When I use relocatable-lib it adds a line like this to Makefile in src/:

include ../lib/$(DEPDIR)/relocatable.Plo

In my top-level Makefile.am, I have "lib" (containing gnulib) before "src", which is necessary, because the programs in src link against libgnu.la.

When I run "make distcheck", "make distclean" is run first in lib/. Then when it is run in src/ I get an error because reloctable.Plo no longer exists.

I can't see anything in the gnulib docs about this, so at least there seems to be a documentation problem, but I also can't work out how to fix it, so would appreciate some help!

--
http://rrt.sc3d.org

reply via email to

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