2016-01-21 23:42:40 +01:00

25 lines
664 B
Plaintext

$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"; \