mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Remove unnecessary $(.)
The variable is not necessary, especially since it does not exist.
This commit is contained in:
parent
f940b96522
commit
91b84fe588
@ -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.
|
||||
|
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user