bug-classpath
[Top][All Lists]
Advanced

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

[bug-classpath] [Bug classpath/23238] split-for-gcj.sh should use CONFIG


From: pinskia at gcc dot gnu dot org
Subject: [bug-classpath] [Bug classpath/23238] split-for-gcj.sh should use CONFIG_SHELL
Date: 4 Aug 2005 21:41:09 -0000

------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-04 
21:41 -------
I think the easy fix would change Makefile.am.
The following line:
JAVAC = $(srcdir)/split-for-gcj.sh && $(MAKE) -f $(srcdir)/Makefile.gcj \
    GCJ='$(GCJ)' compile_classpath='$(top_builddir):$(compile_classpath)'

can be changed to:
JAVAC = $(CONFIG_SHELL) $(srcdir)/split-for-gcj.sh && $(MAKE) -f 
$(srcdir)/Makefile.gcj \
    GCJ='$(GCJ)' compile_classpath='$(top_builddir):$(compile_classpath)'

That should make it work.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23238




reply via email to

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