I'm using make 3.81rc2 and I noticed that the $< automatic avriable strips leading "./". For example, the following makefile prints "aa.h", instead of "./aa.h":

all: ./aa.h
@echo $<

./aa.h:

I need to preserve the "./" part. How can I achieve that?


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to