blob: 0130542c652839fc0c2796a02f157e44fdbfc9d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ah,v 1.1 2008/12/14 13:19:15 tnn Exp $
--- tools/Makefile.in.orig 2002-08-01 22:41:06.000000000 +0400
+++ tools/Makefile.in 2008-12-06 23:58:25.000000000 +0300
@@ -47,8 +47,8 @@
# ========================== Installation =========================
install: tools.algae
- for f in *.A; do $(INSTALL_DATA) $$f $(tooldir); done
- $(INSTALL_DATA) tools.algae $(tooldir)
+ for f in *.A; do $(INSTALL_DATA) $$f $(DESTDIR)$(tooldir); done
+ $(INSTALL_DATA) tools.algae $(DESTDIR)$(tooldir)
.PHONY: install
uninstall:
|