Changeset 6503f81ba48ee1cbf2af0618834fc7316f8b03ab
- Timestamp:
- 04/21/08 20:59:48 (9 months ago)
- Author:
- dave <dave@…>
- Parents:
- 585583fabc2d8f758ad113f07b02b6e37e03ca63
- Children:
- 8c94483694f5774d39acb4072885476c45d9b571, 343c733a80b25500d07d192c15c358a11a628a0f
- git-committer:
- dave <dave@06fd6eb0-0002-0410-a719-e5602cce40bc> / 2008-04-21T10:59:48Z+0000
- Message:
-
Minor formatting fixes to Makefile
git-svn-id: svn+ssh://davebalmain.com/home/dave/repos/ferret/trunk@1029 06fd6eb0-0002-0410-a719-e5602cce40bc
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r585583
|
r6503f8
|
|
| 45 | 45 | search.o similarity.o sort.o stopwords.o \ |
| 46 | 46 | store.o term_vectors.o field_index.o lang.o \ |
| 47 | | scanner.o scanner_mb.o intern.o |
| | 47 | scanner.o scanner_mb.o intern.o |
| 48 | 48 | |
| 49 | 49 | TEST_OBJS = \ |
| … |
… |
|
| 60 | 60 | test_analysis.o test_filter.o test_priorityqueue.o \ |
| 61 | 61 | test_sort.o test_ram_store.o test_file_deleter.o \ |
| 62 | | test_lang.o test_intern.o |
| | 62 | test_lang.o test_intern.o |
| 63 | 63 | |
| 64 | 64 | BENCH_OBJS = benchmark.o bm_bitvector.o bm_hash.o \ |