|
From: | Tim Rice |
Subject: | patch (CC -c -o) |
Date: | Sat, 29 Oct 2005 20:03:53 -0700 (PDT) |
Some CC compilers do not like -c -o options together. The attached patch fixes this. You get .cpp.o: $(CXXCOMPILE) -c $< instead of .cpp.o: $(CXXCOMPILE) -c -o $@ $< -- Tim Rice Multitalents (707) 887-1469 address@hidden
CC-c-o.patch
Description: CC-c-o.patch
[Prev in Thread] | Current Thread | [Next in Thread] |