Changeset 7709 for trunk/indexers/mg


Ignore:
Timestamp:
2004-07-07T15:11:09+12:00 (20 years ago)
Author:
kjdon
Message:

small changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/mg/src/text/Makefile.in

    r7463 r7709  
    5656##########################################
    5757
    58  
    59 bindir = $(exec_prefix)/bin
     58###############
     59# change this if not compiling for Greenstone
     60bindir = $(exec_prefix)/bin/$(GSDLOS)
     61#bindir = $(exec_prefix)/bin
     62###############
    6063datadir = $(prefix)/share
    6164libexecdir = $(exec_prefix)/libexec
     
    336339    done
    337340
    338 # words$o,  removed to avoid conflict with mgpp libtextin.a
    339341LIB_OBJS = \
    340342    query_term_list$o \
     
    380382      || cp -p $(srcdir)/$$file $(distdir); \
    381383    done
    382  
    383 # This screws up distclean, and isn't needed as configure makes the
    384 # Makefile. (jrm21)
    385 #Makefile: Makefile.in ../../../../config.status
    386 #   cd ../../../.. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
    387  
     384 
    388385# Tell versions [3.59,3.63) of GNU make not to export all variables.
    389386# Otherwise a system limit (for SysV at least) may be exc
Note: See TracChangeset for help on using the changeset viewer.