diff options
Diffstat (limited to 'Modules/Makefile.pre.in')
-rw-r--r-- | Modules/Makefile.pre.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index e62d5ed..b704448 100644 --- a/Modules/Makefile.pre.in +++ b/Modules/Makefile.pre.in @@ -17,6 +17,7 @@ VERSION= @VERSION@ srcdir= @srcdir@ VPATH= @srcdir@ +@SET_CCC@ CC= @CC@ RANLIB= @RANLIB@ AR= @AR@ @@ -24,6 +25,7 @@ AR= @AR@ OPT= @OPT@ LDFLAGS= @LDFLAGS@ LDLAST= @LDLAST@ +SGI_ABI= @SGI_ABI@ DEFS= @DEFS@ LIBS= @LIBS@ |