blob: 32f064e52d149a0d8f18381cbf3d269f1da3daad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-eb,v 1.2 2009/12/10 20:35:58 abs Exp $
--- util/Imakefile.orig 1993-06-29 05:14:22.000000000 +0000
+++ util/Imakefile
@@ -16,7 +16,7 @@ SOELIM_DIR = soelim
CONV_DIR = conversion
-MSG_UTIL = xgettext msgfmt
+#MSG_UTIL = xgettext msgfmt
SUBDIRS = $(CPP_DIR) $(SOELIM_DIR) $(CONV_DIR) $(MSG_UTIL)
@@ -24,7 +24,7 @@ MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
install::
- $(MKDIRHIER) $(BINDIR)
+ $(MKDIRHIER) $(DESTDIR)$(BINDIR)
includes::
echo "no includes in $(CURRENT_DIR)"
|