Lines 1-5
Link Here
|
1 |
--- Makefile.orig Wed Sep 18 00:41:36 2002 |
1 |
--- Makefile.orig Fri Oct 24 13:11:13 2003 |
2 |
+++ Makefile Tue Mar 25 23:20:18 2003 |
2 |
+++ Makefile Fri Oct 24 13:17:47 2003 |
3 |
@@ -3,9 +3,9 @@ |
3 |
@@ -3,9 +3,9 @@ |
4 |
# for details |
4 |
# for details |
5 |
|
5 |
|
Lines 11-19
Link Here
|
11 |
+OS_CFLAGS=-DNEED_LIBUTIL_H |
11 |
+OS_CFLAGS=-DNEED_LIBUTIL_H |
12 |
# Solaris, some version of |
12 |
# Solaris, some version of |
13 |
#OS_CFLAGS=-DNEED_STRINGS_H -DNEED_LOCAL_FORKPTY_H |
13 |
#OS_CFLAGS=-DNEED_STRINGS_H -DNEED_LOCAL_FORKPTY_H |
14 |
|
14 |
# MacOS X needs libpoll from fink |
15 |
@@ -19,7 +19,7 @@ |
15 |
@@ -23,7 +23,7 @@ |
16 |
# no forkpty in Solaris |
16 |
# no forkpty in Solaris or MacOS X |
17 |
# OS_OBJECTS=forkpty.o |
17 |
# OS_OBJECTS=forkpty.o |
18 |
|
18 |
|
19 |
-INSTALL_DIR=/usr/local/bin |
19 |
-INSTALL_DIR=/usr/local/bin |
Lines 21-27
Link Here
|
21 |
|
21 |
|
22 |
# You probably don't need to edit anything below this line |
22 |
# You probably don't need to edit anything below this line |
23 |
|
23 |
|
24 |
@@ -31,7 +31,7 @@ |
24 |
@@ -35,7 +35,7 @@ |
25 |
-rm *.o *~ attachtty detachtty |
25 |
-rm *.o *~ attachtty detachtty |
26 |
|
26 |
|
27 |
install: all |
27 |
install: all |