Ignore:
Timestamp:
2007-01-16T11:37:29+13:00 (17 years ago)
Author:
kjdon
Message:

changed fpic to fPIC, hope it doesn't stuff anything up. I don't really know what I am doing. configure can check for this, but I don't know what variable to use to get it into the Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/mgpp/jni/Makefile.in

    r13480 r13629  
    2626CC = @CC@
    2727CXX = @CXX@
    28 CFLAGS = @CFLAGS@ -fpic -ansi -DSILENT -DSHORT_SUFFIX
    29 CXXFLAGS = @CXXFLAGS@ -fpic -DSILENT -DSHORT_SUFFIX
     28CFLAGS = @CFLAGS@ -fPIC -ansi -DSILENT -DSHORT_SUFFIX
     29CXXFLAGS = @CXXFLAGS@ -fPIC -DSILENT -DSHORT_SUFFIX
    3030DEFS = @DEFS@
    3131RANLIB = @RANLIB@
Note: See TracChangeset for help on using the changeset viewer.