Lines 1-7
Link Here
|
1 |
diff -ru Imakefile.orig Imakefile |
1 |
--- Imakefile.orig Sun Jan 14 20:55:15 2001 |
2 |
--- Imakefile.orig Fri Sep 20 22:44:50 1996 |
2 |
+++ Imakefile Sun Feb 11 23:49:11 2001 |
3 |
+++ Imakefile Mon Feb 3 11:26:40 1997 |
3 |
@@ -44,13 +44,13 @@ |
4 |
@@ -57,13 +57,13 @@ |
|
|
5 |
# |
4 |
# |
6 |
|
5 |
|
7 |
# Full path for directory that will hold the trap handler file: |
6 |
# Full path for directory that will hold the trap handler file: |
Lines 18-29
Link Here
|
18 |
|
17 |
|
19 |
|
18 |
|
20 |
# If you have flex, use it instead of lex. If you use flex, define this |
19 |
# If you have flex, use it instead of lex. If you use flex, define this |
21 |
@@ -291,7 +291,7 @@ |
20 |
@@ -255,7 +255,7 @@ |
22 |
mv -f lex.yy.c.xx lex.yy.c |
21 |
mv -f lex.yy.c.xx lex.yy.c |
23 |
|
22 |
|
24 |
depend:: |
23 |
depend:: |
25 |
- makedepend -w10 *.c |
24 |
- makedepend -w10 *.c |
26 |
+ makedepend -w10 -I$(X11BASE)/include *.c |
25 |
+ makedepend -w10 -I$(X11BASE)/include *.c |
27 |
|
26 |
|
28 |
# |
|
|
29 |
# DO NOT DELETE THIS LINE -- make depend depends on it. |