mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
55 lines
2.2 KiB
Plaintext
55 lines
2.2 KiB
Plaintext
--- ./src/tools/Makefile.in.orig 2014-12-23 10:15:50.000000000 +0200
|
|
+++ ./src/tools/Makefile.in 2014-12-23 10:26:01.000000000 +0200
|
|
@@ -71,21 +71,21 @@
|
|
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
|
|
am_analyze_OBJECTS = analyze.$(OBJEXT)
|
|
analyze_OBJECTS = $(am_analyze_OBJECTS)
|
|
-analyze_DEPENDENCIES = ../hunspell/libhunspell-1.3.la
|
|
+analyze_DEPENDENCIES = ../hunspell/libhunspell.la
|
|
am_chmorph_OBJECTS = chmorph.$(OBJEXT)
|
|
chmorph_OBJECTS = $(am_chmorph_OBJECTS)
|
|
chmorph_DEPENDENCIES = ../parsers/libparsers.a \
|
|
- ../hunspell/libhunspell-1.3.la
|
|
+ ../hunspell/libhunspell.la
|
|
am_example_OBJECTS = example.$(OBJEXT)
|
|
example_OBJECTS = $(am_example_OBJECTS)
|
|
-example_DEPENDENCIES = ../hunspell/libhunspell-1.3.la
|
|
+example_DEPENDENCIES = ../hunspell/libhunspell.la
|
|
am_hunspell_OBJECTS = hunspell.$(OBJEXT)
|
|
hunspell_OBJECTS = $(am_hunspell_OBJECTS)
|
|
hunspell_DEPENDENCIES = ../parsers/libparsers.a \
|
|
- ../hunspell/libhunspell-1.3.la
|
|
+ ../hunspell/libhunspell.la
|
|
am_hunzip_OBJECTS = hunzip.$(OBJEXT)
|
|
hunzip_OBJECTS = $(am_hunzip_OBJECTS)
|
|
-hunzip_DEPENDENCIES = ../hunspell/libhunspell-1.3.la
|
|
+hunzip_DEPENDENCIES = ../hunspell/libhunspell.la
|
|
am_hzip_OBJECTS = hzip.$(OBJEXT)
|
|
hzip_OBJECTS = $(am_hzip_OBJECTS)
|
|
hzip_LDADD = $(LDADD)
|
|
@@ -332,19 +332,19 @@
|
|
INCLUDES = -I${top_srcdir}/src/hunspell -I${top_srcdir}/src/parsers
|
|
hzip_SOURCES = hzip.c
|
|
hunzip_SOURCES = hunzip.cxx
|
|
-hunzip_LDADD = ../hunspell/libhunspell-1.3.la
|
|
+hunzip_LDADD = ../hunspell/libhunspell.la
|
|
munch_SOURCES = munch.c munch.h
|
|
unmunch_SOURCES = unmunch.c unmunch.h
|
|
example_SOURCES = example.cxx
|
|
-example_LDADD = ../hunspell/libhunspell-1.3.la
|
|
+example_LDADD = ../hunspell/libhunspell.la
|
|
hunspell_SOURCES = hunspell.cxx
|
|
hunspell_LDADD = @LIBINTL@ @LIBICONV@ ../parsers/libparsers.a \
|
|
- ../hunspell/libhunspell-1.3.la @CURSESLIB@ @READLINELIB@
|
|
+ ../hunspell/libhunspell.la @CURSESLIB@ @READLINELIB@
|
|
|
|
analyze_SOURCES = analyze.cxx
|
|
-analyze_LDADD = ../hunspell/libhunspell-1.3.la
|
|
+analyze_LDADD = ../hunspell/libhunspell.la
|
|
chmorph_SOURCES = chmorph.cxx
|
|
-chmorph_LDADD = ../parsers/libparsers.a ../hunspell/libhunspell-1.3.la
|
|
+chmorph_LDADD = ../parsers/libparsers.a ../hunspell/libhunspell.la
|
|
dist_bin_SCRIPTS = makealias affixcompress wordforms ispellaff2myspell wordlist2hunspell
|
|
all: all-am
|
|
|