Ignore:
Timestamp:
2001-11-28T15:07:12+13:00 (22 years ago)
Author:
paynter
Message:

Moved all the sufficCheck functionality into the check.h header and
inlined it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/phind/generate/Makefile.in

    r2696 r2867  
    4343
    4444
    45 HEADERS = suffix.h phrase.h
     45HEADERS = suffix.h phrase.h check.h
    4646SOURCES = suffix.cpp phrase.cpp
    4747OBJECTS = phrase.o suffix.o
     
    6565suffix : $(OBJECTS)
    6666    $(CXX) $(LDFLAGS) -o $@ $(OBJECTS)
     67
     68
Note: See TracChangeset for help on using the changeset viewer.