emacs-devel
[Top][All Lists]
Advanced

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

Re: lib-src/Makefile.in gets circular dependency due to VPATH


From: Richard Stallman
Subject: Re: lib-src/Makefile.in gets circular dependency due to VPATH
Date: Sat, 25 Jan 2003 14:23:12 -0500

The use of VPATH in lib-src/Makefile.in is causing trouble: apparently
it causes the rules

    rcs2log: $(srcdir)/rcs2log

and so on to give an error message about "circular dependency",
and they fail to do their job.  The only simple fix anyone
has seen thus far is to delete the setting of VPATH.

Does anyone know if there is a real reason to use VPATH?  We try to
specify $(srcdir) explicitly for all the files that are in that
directory.  Perhaps it is missing in a few places, and if so, we could
add it where it is needed.

Can anyone find another fix that isn't too difficult?

The reason I added those rules is because an uninstalled Emacs
tries to run those scripts from under $(bindir).





reply via email to

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