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/text/Makefile.in

    r13478 r13629  
    5151CC = @CC@
    5252CXX = @CXX@
    53 CFLAGS = @CFLAGS@ -ansi -fpic -DSILENT -DSHORT_SUFFIX $(AFFLAGS)
    54 CXXFLAGS = @CXXFLAGS@ -fpic -DSILENT -DSHORT_SUFFIX $(AFFLAGS)
     53CFLAGS = @CFLAGS@ -ansi -fPIC -DSILENT -DSHORT_SUFFIX $(AFFLAGS)
     54CXXFLAGS = @CXXFLAGS@ -fPIC -DSILENT -DSHORT_SUFFIX $(AFFLAGS)
    5555DEFS = @DEFS@
    5656RANLIB = @RANLIB@
Note: See TracChangeset for help on using the changeset viewer.