Remove unnecessary $(.)

The variable is not necessary, especially since it does not exist.
This commit is contained in:
Siddhesh Poyarekar 2014-06-19 17:02:48 +05:30
parent f940b96522
commit 91b84fe588
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
* benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
2014-06-19 Richard Earnshaw <rearnsha@arm.com>
* sysdeps/aarch64/strchr.S: New file.

View file

@ -143,5 +143,5 @@ $(objpfx)bench-%.c: %-inputs $(bench-deps)
{ if [ -n "$($*-INCLUDE)" ]; then \
cat $($*-INCLUDE); \
fi; \
$(.)scripts/bench.py $(patsubst %-inputs,%,$<); } > $@-tmp
scripts/bench.py $(patsubst %-inputs,%,$<); } > $@-tmp
mv -f $@-tmp $@