Lines 1-5
Link Here
|
1 |
--- config/config.mk.orig Sun Apr 7 00:04:51 2002 |
1 |
--- config/config.mk.orig Wed Feb 6 08:53:53 2002 |
2 |
+++ config/config.mk Sun Apr 7 00:07:14 2002 |
2 |
+++ config/config.mk Tue Apr 16 17:46:26 2002 |
3 |
@@ -35,8 +35,8 @@ |
3 |
@@ -35,8 +35,8 @@ |
4 |
# |
4 |
# |
5 |
############################################################################### |
5 |
############################################################################### |
Lines 19-24
Link Here
|
19 |
else |
19 |
else |
20 |
PTHREAD_LIB:= -lpthread |
20 |
PTHREAD_LIB:= -lpthread |
21 |
endif |
21 |
endif |
|
|
22 |
@@ -118,7 +117,7 @@ |
23 |
# The command to remove files recursively and ignore errors; |
24 |
# usually "rm -fr" for Unix or "erase" for Windows. |
25 |
|
26 |
-PERL:= /usr/local/bin/perl |
27 |
+#PERL:= /usr/local/bin/perl |
28 |
# The full path to the Perl 5 executable; usually "/bin/perl" or |
29 |
# "/usr/local/bin/perl" for Unix or "\Perl\bin\perl" for |
30 |
# Windows. You need this only if you intend on using |
22 |
@@ -152,7 +151,7 @@ |
31 |
@@ -152,7 +151,7 @@ |
23 |
ifdef DEBUG |
32 |
ifdef DEBUG |
24 |
OPTIM:= -g |
33 |
OPTIM:= -g |