From: Message-Id: <200303221227.h2MCRhl22445@speedy.ludd.luth.se> Subject: Re: djgpp: djgpp/src/libm/math/makefile In-Reply-To: <200303221215.h2MCFPR22380@speedy.ludd.luth.se> "from ams@ludd.luth.se at Mar 22, 2003 01:15:25 pm" To: djgpp-workers AT delorie DOT com Date: Sat, 22 Mar 2003 13:27:42 +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 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 ams AT ludd DOT luth DOT se: > I checked in: > > *** djgpp/src/libm/math/makefile 15 Nov 1998 13:54:18 -0000 1.1 > > --- djgpp/src/libm/math/makefile 22 Mar 2003 12:09:08 -0000 1.2 > > *************** SRC += s_infinity.c > > *** 84,88 **** > > SRC += s_isinf.c > > SRC += s_nan.c > > ! SRC += s_infconst.c > > SRC += s_signgam.c > > SRC += kf_rem_pio2.c > > --- 84,88 ---- > > SRC += s_isinf.c > > SRC += s_nan.c > > ! #SRC += s_infconst.c This should have been - SRC += s_infconst.c I forgot to save the file. Corrected now. Right, MartinS