[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: colon - windows path "C:/Program Files/libtoto.h"
From: |
Eli Zaretskii |
Subject: |
Re: colon - windows path "C:/Program Files/libtoto.h" |
Date: |
Mon, 24 Nov 2008 22:45:00 +0200 |
> Date: Mon, 24 Nov 2008 07:32:02 +0100
> From: "address@hidden" <address@hidden>
> CC: address@hidden
>
> This makefile don't works :
> ------------------------------------------------
>
> all:: toto.o
> @echo ---- all ----
>
> toto.o : toto.c "c:/toto.h"
> @echo ----- toto.o -----
> cl /c toto.c
Remove the quotes around c:/toto.h, and it should work. You don't
need the quotes, and Make in general doesn't support quoted file names
in dependencies.