Cygwin doesn't like .. through a link, so drop the ..
authorReid Spencer <rspencer@reidspencer.com>
Mon, 20 Dec 2004 22:21:41 +0000 (22:21 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 20 Dec 2004 22:21:41 +0000 (22:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19076 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Cygwin/DynamicLibrary.cpp
lib/System/Cygwin/MappedFile.cpp
lib/System/Cygwin/Memory.cpp
lib/System/Cygwin/Path.cpp
lib/System/Cygwin/Process.cpp
lib/System/Cygwin/Program.cpp
lib/System/Cygwin/Signals.cpp
lib/System/Cygwin/SysConfig.cpp
lib/System/Cygwin/TimeValue.cpp

index 68644880a5cedc7770889839cffb259abceaad25..35cb637f03ec3560bf233be8e26cde5028ab18a9 100644 (file)
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 // Include the generic unix implementation
-#include "../Unix/DynamicLibrary.cpp"
+#include "Unix/DynamicLibrary.cpp"
 
 namespace llvm {
 using namespace sys;
index 09a05757fbe49d90e7d64b1f7416305dedb6d3bf..94338de2c4c1da2ddfd15b226d8e285027b5fa55 100644 (file)
@@ -13,6 +13,6 @@
 //===----------------------------------------------------------------------===//
 
 // Include the generic unix implementation
-#include "../Unix/MappedFile.cpp"
+#include "Unix/MappedFile.cpp"
 
 // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
index 87d29dec466509bb52d5393154a0aeca7938659f..39d87e29b042f9a9c9336ad2ec141a09aa60573b 100644 (file)
@@ -13,7 +13,7 @@
 //===----------------------------------------------------------------------===//
 
 // Include the generic unix implementation
-#include "../Unix/Memory.cpp"
+#include "Unix/Memory.cpp"
 #include "llvm/System/Process.h"
 #include <sys/types.h>
 #include <sys/mman.h>
index 43dae2f982bb4c655a760a576234d84e302007f8..b159b547ea925ac9c4466208d3e09666032f57cb 100644 (file)
@@ -17,7 +17,7 @@
 //===----------------------------------------------------------------------===//
 
 // Include the generic Unix implementation
-#include "../Unix/Path.cpp"
+#include "Unix/Path.cpp"
 
 namespace llvm {
 using namespace sys;
index 46bcbcc4fc839fdd23695e6f2fa6b51bd7b97d6e..d1d8628915382ae22b2c15c7548845773f42718a 100644 (file)
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 // Include the generic Unix implementation
-#include "../Unix/Process.cpp"
+#include "Unix/Process.cpp"
 
 //===----------------------------------------------------------------------===//
 //=== WARNING: Implementation here must contain only Cygwin specific code 
index 2de0c3b2ea80a21c94b56603e7493dba7bab1399..a521e206644dbd1b0d01aa891fcf72729728f1a6 100644 (file)
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 // Include the generic Unix implementation
-#include "../Unix/Program.cpp"
+#include "Unix/Program.cpp"
 
 //===----------------------------------------------------------------------===//
 //=== WARNING: Implementation here must contain only Cygwin specific code 
index 8dc8322186bab32d3130bc4d5e9349eb77896f0d..eb514167d6dfb435ff202f4ed3d0ce1726fa002a 100644 (file)
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 // Include the generic unix implementation
-#include "../Unix/Signals.cpp"
+#include "Unix/Signals.cpp"
 
 namespace llvm {
 using namespace sys;
index a42cddcdcc5d5443e60956d8b6326b70e9e3ecc1..a32a701cf9073f78a60b2645af4979a9471e4616 100644 (file)
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 // Include the generic unix implementation
-#include "../Unix/SysConfig.cpp"
+#include "Unix/SysConfig.cpp"
 
 namespace llvm {
 using namespace sys;
index 85a0e4d4dcadd9ebd3c8994065f63f1adb2e2b2a..7a31b0b03f088ff3019be9aa010f4f350ce19457 100644 (file)
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 // Include the generic Unix implementation
-#include "../Unix/TimeValue.cpp"
+#include "Unix/TimeValue.cpp"
 
 namespace llvm {
 using namespace sys;