summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-09-14 16:54:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-09-14 16:54:12 +0000
commitb77ba7845f8e400d4df7a3db2ce0fdfe27f7e1a0 (patch)
treefdb247c4f91712bb3560864e85ca12b1b65fe020
parent01201df9248d73934e1ecc0f6540f7e8087a177f (diff)
downloadATCD-b77ba7845f8e400d4df7a3db2ce0fdfe27f7e1a0.tar.gz
Fri Sep 14 18:53:38 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE/ChangeLog7
-rw-r--r--ACE/tests/SSL/acetest.mpb2
-rw-r--r--ACE/tests/acetest.mpb4
3 files changed, 10 insertions, 3 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 90927e21d06..4975a8f2025 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,10 @@
+Fri Sep 14 18:53:38 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/acetest.mpb:
+ * tests/SSL/acetest.mpb:
+ Don't use ACE_ROOT, causes problems with GNU make on windows when we build
+ on a different drive then the autobuild system is located at
+
Fri Sep 14 09:47:38 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/CDR_Base.{inl}:
diff --git a/ACE/tests/SSL/acetest.mpb b/ACE/tests/SSL/acetest.mpb
index 3321d43a7fe..3c9ca4ddb9d 100644
--- a/ACE/tests/SSL/acetest.mpb
+++ b/ACE/tests/SSL/acetest.mpb
@@ -7,7 +7,7 @@ project : aceexe {
libs += Test_Output
Source_Files {
- $(ACE_ROOT)/tests/Main.cpp
+ ../Main.cpp
}
Header_Files {
}
diff --git a/ACE/tests/acetest.mpb b/ACE/tests/acetest.mpb
index 1d70ab5e07f..8346530df10 100644
--- a/ACE/tests/acetest.mpb
+++ b/ACE/tests/acetest.mpb
@@ -7,7 +7,7 @@ project : aceexe {
libs += Test_Output
Source_Files {
- $(ACE_ROOT)/tests/Main.cpp
+ Main.cpp
}
Header_Files {
}
@@ -17,4 +17,4 @@ project : aceexe {
}
Inline_Files {
}
-} \ No newline at end of file
+}