16 lines
569 B
Plaintext
16 lines
569 B
Plaintext
$NetBSD: patch-aa,v 1.4 2015/12/29 23:34:46 dholland Exp $
|
|
|
|
Don't build the misc subdir. XXX: why?
|
|
|
|
--- makefile.in.orig 2009-08-02 01:29:10.000000000 +0400
|
|
+++ makefile.in 2010-08-12 13:47:00.000000000 +0400
|
|
@@ -70,7 +70,7 @@
|
|
bindir=$(bindir) docdir=$(docdir) \
|
|
infodir=$(infodir) emacsdir=$(emacsdir)
|
|
|
|
-SUBDIRS = include lib gsi gsc bin misc doc tests examples prebuilt
|
|
+SUBDIRS = include lib gsi gsc bin doc tests examples
|
|
|
|
RCFILES = README INSTALL.txt LICENSE-2.0.txt LGPL.txt \
|
|
makefile.in configure configure.ac config.guess config.sub install-sh mkidirs \
|