[gnu.utils.bug] minor nit with @D, make-3.56

paul@eddie.mit.edu (Paul Close) (10/06/89)

make 3.56 still has a minor problem with $(@D).  The trailing '/' that the
manual says will be there is not!  This *is* better than when the last
character of the dir name was missing too!  Observe:

cd ./; simcomp -c -O zrss.c

   ^--- "dot" works.

cd ../lib.c; simcomp -c -O ../lib.c/_main.c

           ^--- but no trailing '/' character here!

The above examples were produced by:
	cd $(@D); simcomp -c $(CFLAGS) $*.c
-- 
Paul Close	paul@cacilj.CTS.COM 	...!{uunet, ucsd, crash}!cacilj!paul

    The Obi-wan Kenobi method:  "Use the Source, Luke"	-Jim Fulton