[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with escaped parens
From: |
Eli Zaretskii |
Subject: |
Re: Problem with escaped parens |
Date: |
Tue, 28 Nov 2006 06:30:38 +0200 |
> Date: Mon, 27 Nov 2006 14:28:15 -0500
> From: Bill Hoffman <address@hidden>
>
> With the patched cygwin build of make I am having some trouble with
> escaped () in depend
> lines in makefiles.
>
> all: C:/Program\ Files\ \(x86\)/CMake\
> 2.4/share/cmake-2.4/Modules/TestBigEndian.c
> echo hello or something
>
> I get this:
>
> make: *** No rule to make target `C:/Program Files \(x86\)/CMake 2.4
> /share/cmake-2.4/Modules/TestBigEndian.c', needed by
> `all'. Stop.
Did the same work (if you remove the drive letter) with the unpatched
Cygwin build of Make 3.81?