automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: problem with conditionals and \ separator in SOURCES


From: Tim Van Holder
Subject: RE: problem with conditionals and \ separator in SOURCES
Date: Tue, 10 Apr 2001 19:29:53 +0200

>                  cmdline.c \
>                  main.cc errors.cc stringtable.cc tables.cc nodevis.cc \
> 
> and the problem seems to be that \ in myprog_SOURCES is not recognized!
> 
> Am I doing something wrong?
> Notice that this problem only takes place with cygwin
> 
Might be an EOL issue; sed is notorious for not recognizing a trailing \
in a DOS text file (it sees \ + CR + NL).
Try converting the file to Unix text.

Note: this is just a hunch.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]