Re: PATCH: Amaya 1.3b build FAILS on i586-pc-linux-gnu (Red Hat 5.1).

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