blob: 31a2ec35656fe8113d00c53cc2c61de3c2e7e3c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ad,v 1.3 2005/07/07 12:44:44 markd Exp $
Don't build the programs - use the ones from the base system.
--- Makefile.orig 2005-05-26 01:57:02.000000000 +1200
+++ Makefile
@@ -287,7 +287,7 @@ showversion: ispell
mv y_tab.o $@; \
rm -f y_tab.c
-all-languages: munchable
+all-languages:
$(MAKE) LANGUAGE_TARGET=all SHELLDEBUG=$(SHELLDEBUG) language-subdirs
install: config.sh all install-basic install-deformatters
|