help-make
[Top][All Lists]
Advanced

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

make 3.81rc2: automatic variables strip leading "./"


From: Angel Tsankov
Subject: make 3.81rc2: automatic variables strip leading "./"
Date: Thu, 30 Mar 2006 00:10:11 +0300

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?




reply via email to

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