In message <Pine.GSO.4.61-042.0608041137220.4811@johnstown.andrew.cmu.edu>,Derr
ick J Brashear writes:
>Tell me things like how I can have a makefile target with spaces in it and
>I will have an excuse for 1.4.2b4.
?
funny_target = "ha ha ha"
all: $funny_target
$funny_target:
echo only the shadow knows > ${funny_target}