diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-20 22:21:41 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-20 22:21:41 +0000 |
commit | 22dd8b15c0efb9e6615acb8a63bcc7f644737bb5 (patch) | |
tree | 97bb7c0a1a63e66cf70506ce2e7fdb83a816d02b /llvm/lib/System/Cygwin/Program.cpp | |
parent | 92e8a5a0ead6142d9a23143ebece8748491bbac2 (diff) | |
download | bcm5719-llvm-22dd8b15c0efb9e6615acb8a63bcc7f644737bb5.tar.gz bcm5719-llvm-22dd8b15c0efb9e6615acb8a63bcc7f644737bb5.zip |
Cygwin doesn't like .. through a link, so drop the ..
llvm-svn: 19076
Diffstat (limited to 'llvm/lib/System/Cygwin/Program.cpp')
-rw-r--r-- | llvm/lib/System/Cygwin/Program.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Cygwin/Program.cpp b/llvm/lib/System/Cygwin/Program.cpp index 2de0c3b2ea8..a521e206644 100644 --- a/llvm/lib/System/Cygwin/Program.cpp +++ b/llvm/lib/System/Cygwin/Program.cpp @@ -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 |