blob: 16b1fa38bc754bbfa9a08ecc65f9811ce1add394 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:35 agc Exp $
--- Imakefile.orig Tue Dec 30 16:50:02 1997
+++ Imakefile Tue Apr 28 19:40:27 1998
@@ -44,13 +44,13 @@
#
# Full path for directory that will hold the trap handler file:
-TRAP_DIR = .
+TRAP_DIR = $(PREFIX)/share/spim
# Full path for the directory that will hold the executable files:
-BIN_DIR = /usr/unsup/bin
+BIN_DIR = $(PREFIX)/bin
# Full path for the directory that will hold the man files:
-MAN_DIR = /var/unsup/man
+MAN_DIR = $(PREFIX)/man/man1
# If you have flex, use it instead of lex. If you use flex, define this
@@ -253,7 +253,7 @@
mv -f lex.yy.c.xx lex.yy.c
depend::
- makedepend -w10 *.c
+ makedepend -w10 -I$(X11BASE)/include *.c
#
# DO NOT DELETE THIS LINE -- make depend depends on it.
|