From: Message-Id: <200302281800.h1SI0ab22040@speedy.ludd.luth.se> Subject: Re: test/libc/ansi/math/elefunt problems In-Reply-To: <200302281749.h1SHndn11805@envy.delorie.com> "from DJ Delorie at Feb 28, 2003 12:49:39 pm" To: djgpp-workers AT delorie DOT com Date: Fri, 28 Feb 2003 19:00:36 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-MailScanner: Found to be clean X-MailScanner-SpamScore: s Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk According to DJ Delorie: > You want PATH := $(PATH);. Thanks! Hence I propose this patch: Index: djgpp/tests/libc/ansi/math/elefunt/makefile =================================================================== RCS file: /cvs/djgpp/djgpp/tests/libc/ansi/math/elefunt/makefile,v retrieving revision 1.2 diff -p -u -r1.2 makefile --- djgpp/tests/libc/ansi/math/elefunt/makefile 15 Jun 1999 07:27:55 -0000 1.2 +++ djgpp/tests/libc/ansi/math/elefunt/makefile 28 Feb 2003 17:57:16 -0000 @@ -72,6 +72,7 @@ else # no borland compiler, we use gcc LD = gcc LIBRARY_PATH := ../../../../../lib export LIBRARY_PATH + PATH := $(PATH);. RUN = # how to run the executables ifdef DEBUG # don't use -O!! Right, MartinS