summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2018-11-05 21:14:15 +0000
committerGitHub <noreply@github.com>2018-11-05 21:14:15 +0000
commita0ef700e596bf2d04e1783a597261747c5d7c24f (patch)
treec94e8a4b11f1b49b7765f7529762df856e46a8d8
parent07825be6ef8a989368a883f05f2dcede772ce9c2 (diff)
parentdf8fe3bdb57c9cf0612aea76a4934fd2bb49acf2 (diff)
downloadenchant-a0ef700e596bf2d04e1783a597261747c5d7c24f.tar.gz
Merge pull request #206 from rrthomas/master
Remove non-portable use of $<; add gnulib to git
-rw-r--r--tests/enchant_providers/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/enchant_providers/Makefile.am b/tests/enchant_providers/Makefile.am
index 08bef0b..2678f94 100644
--- a/tests/enchant_providers/Makefile.am
+++ b/tests/enchant_providers/Makefile.am
@@ -36,7 +36,7 @@ libenchant-copy:
APPLESPELL_CONFIG = config/AppleSpell.config
$(APPLESPELL_CONFIG): $(top_srcdir)/providers/AppleSpell.config
$(MKDIR_P) config
- cp $< config/
+ cp $(top_srcdir)/providers/AppleSpell.config config/
LDADD = $(LIBENCHANT_COPY) $(ENCHANT_LIBS)
LIBADD = $(LIBENCHANT_COPY)