Ignore:
Timestamp:
2012-03-02T10:35:17+13:00 (12 years ago)
Author:
jmt12
Message:

Removing hardcoded -fpic in Makefile.in (presumably snuck in during merge of 64bit branch) and replacing with proper use of Kathy's ARCH_DEP_FLAGS variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/indexers/mg/lib/Makefile.in

    r25147 r25168  
    3434AR = ar
    3535CC = @CC@
    36 CFLAGS = @CFLAGS@ -fpic
     36CFLAGS = @CFLAGS@ @ARCH_DEP_FLAGS@
    3737DEFS = @DEFS@
    3838RANLIB = @RANLIB@
     
    4141# Uncomment for compiling for the nzdl project
    4242#
    43 CFLAGS = @CFLAGS@ -DQUIET -fpic
     43CFLAGS = @CFLAGS@ @ARCH_DEP_FLAGS@ -DQUIET
    4444##########################################
    4545
Note: See TracChangeset for help on using the changeset viewer.