upload-rules.mk: Fix creation of link files not in the local directory

This commit is contained in:
Jan Lindemann 2005-12-05 17:17:59 +00:00 committed by Jan Lindemann
commit dd267091ec

View file

@ -12,5 +12,5 @@ yupdate.%.dist:
touch $@ touch $@
CURRENT_%: CURRENT_%:
echo $($@) > $@ echo $($(notdir $@)) > $@