scsh-checkins
[Top] [All Lists]

[Scsh-checkins] scsh Makefile.in

To: scsh-checkins@lists.sourceforge.net
Subject: [Scsh-checkins] scsh Makefile.in
From: Martin Gasbichler <mainzelm@users.sourceforge.net>
Date: Fri Jun 27 02:04:14 2003
List-id: <scsh-checkins.lists.sourceforge.net>
Sender: scsh-checkins-admin@lists.sourceforge.net
Update of /cvsroot/scsh/scsh
In directory sc8-pr-cvs1:/tmp/cvs-serv10780

Modified Files:
        Makefile.in 
Log Message:
The makefile used to do ("`(cd $(srcdir) && echo $(PWD))`/scheme" to
determine the location of the scheme subdirectory.  (Which resides in
$(srcdir), but not generally in the build directory.)  This is bogus,
as $(PWD) is instantiated by make, not by the shell (to the build
directory), and thus will generate the build dir, not $(srcdir). 

.. anyway, replace that by "`(cd $(srcdir) && echo $$PWD)`/scheme"
and things are fine.

(Patch by Mike Sperber)



<Prev in Thread] Current Thread [Next in Thread>