From: Jens Vollinga Date: Wed, 30 Aug 2006 20:09:00 +0000 (+0000) Subject: Compilation without intermediate .o file. X-Git-Tag: release_1-4-0~63 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=9d18c95d0fb1a67e985ca065d47ca5a5e0f57e52;p=ginac.git Compilation without intermediate .o file. --- diff --git a/tools/ginac-excompiler.in b/tools/ginac-excompiler.in index e547edd9..0bd0c970 100644 --- a/tools/ginac-excompiler.in +++ b/tools/ginac-excompiler.in @@ -1,3 +1,2 @@ #!/bin/sh -@CC@ -x c -fPIC -o $1.o -c $1 -@CC@ -shared -o $1.so $1.o +@CC@ -x c -fPIC -shared -o $1.so $1