- From: <Irene.Vatton@inrialpes.fr>
- Date: Mon, 07 Dec 1998 15:56:19 +0100
- To: mrsam@geocities.com
- cc: www-amaya@w3.org
In-reply-to: Your message of Thu, 03 Dec 1998 23:44:53 -0500." <Pine.LNX.3.96.981203233426.2318A-100000@ny.dpinc.ml.org> Thankx Sam for your patches. I've integrated them into the next Amaya release except the option *-x c* You suggested: .c.o : - $(CC) -DCPP="$(CPP)" $(CFLAGS) $(INCLUDES) -c $< -o $@ + $(CC) '-DCPP="'"$(CPP)"' -x c"' $(CFLAGS) $(INCLUDES) -c $< -o $@ I've done .c.o : - $(CC) -DCPP="$(CPP)" $(CFLAGS) $(INCLUDES) -c $< -o $@ + $(CC) '-DCPP="'"$(CPP)"'"' $(CFLAGS) $(INCLUDES) -c $< -o $@ Irene.
Received on Monday, 7 December 1998 09:56:27 UTC