Date: Sun, 8 Nov 1998 14:51:36 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp-workers AT delorie DOT com Subject: Patch for src/libm/math/makefile Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com *** src/libm/math/makefile.~0 Sun Oct 4 10:48:42 1998 --- src/libm/math/makefile Fri Nov 6 19:10:32 1998 *************** chew.exe: chew.c ansidecl.h *** 198,204 **** $(GCC) -D_HAVE_STDC -O2 -o $@ $< clean :: ! -$(MISC) rm *.def chew.exe targetdep.texi # Additional dependencies $(OBJS): fdlibm.h $(TOP)/../../include/libm/math.h --- 198,204 ---- $(GCC) -D_HAVE_STDC -O2 -o $@ $< clean :: ! -$(MISC) rm *.def *.d chew.exe targetdep.texi # Additional dependencies $(OBJS): fdlibm.h $(TOP)/../../include/libm/math.h