|
From: | Bryan Miller |
Subject: | $(shell) strips CRLF |
Date: | Thu, 25 Apr 2002 12:51:40 -0700 |
Hello all, I have a makefile that performs a command like FOO := $(shell cat foo) where foo is a multiline ASCII text file. For some reason the $(shell) bit is stripping of the hex ODOA off the end of the lines so FOO is just one long line. Does anyone have any recommendations? Cheers, Bryan
[Prev in Thread] | Current Thread | [Next in Thread] |