summaryrefslogtreecommitdiff
path: root/textproc/link-grammar/patches/patch-aa
blob: 02497041f6edb71b9d5a4ec70511073919d0f761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-aa,v 1.3 2015/08/26 12:23:01 wiz Exp $

Do not try to regenerate words.

--- data/en/words/Makefile.in.orig	2015-02-01 05:46:07.000000000 +0000
+++ data/en/words/Makefile.in
@@ -428,7 +428,7 @@ mostlyclean-libtool:
 
 clean-libtool:
 	-rm -rf .libs _libs
-install-wordsDATA: $(words_DATA)
+install-wordsDATA:
 	@$(NORMAL_INSTALL)
 	@list='$(words_DATA)'; test -n "$(wordsdir)" || list=; \
 	if test -n "$$list"; then \
@@ -488,7 +488,7 @@ distdir: $(DISTFILES)
 	done
 check-am: all-am
 check: check-am
-all-am: Makefile $(DATA)
+all-am: Makefile
 installdirs:
 	for dir in "$(DESTDIR)$(wordsdir)"; do \
 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \