Changeset 1326


Ignore:
Timestamp:
2000-08-02T13:03:52+12:00 (24 years ago)
Author:
kjm18
Message:

words.o removed from libtextin.a to avoid conflict with mgpp libraries

File:
1 edited

Legend:

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

    r1003 r1326  
    162162
    163163
    164 all:    $(EXEC) libtextin.a
     164all:    $(EXEC) libtextin.a 
    165165
    166166
     
    337337    done
    338338
    339 
     339# words$o,  removed to avoid conflict with mgpp libtextin.a
    340340LIB_OBJS = \
    341341    query_term_list$o \
     
    345345    read_line$o mg_errors$o backend$o invf_get$o \
    346346    term_lists$o bool_tree$o bool_parser$o bool_optimiser$o \
    347     bool_query$o words$o
     347    bool_query$o
    348348
    349349libtextin.a: $(LIB_OBJS)
     
    352352    $(RANLIB) libtextin.a
    353353
    354 
    355354mostlyclean:
    356355    rm -f *$o _*.c _*.o *._c *._o core core.*
     
    378377# Tell versions [3.59,3.63) of GNU make not to export all variables.
    379378# Otherwise a system limit (for SysV at least) may be exc
     379
     380
     381
     382
     383
     384
Note: See TracChangeset for help on using the changeset viewer.