[PATCH] Remove useless $(.)

Siddhesh Poyarekar siddhesh@redhat.com
Tue Jun 10 06:50:00 GMT 2014


Andreas Schwab pointed out earlier that not only is $(.) useless, it
also doesn't exist.  Remove it.

Siddhesh

commit 0e9d2f7d62ae4483fff3d959f476cd455fe9da70
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Tue Jun 10 12:20:29 2014 +0530

    Remove unnecessary $(.)
    
    The variable is not necessary, especially since it does not exist.

diff --git a/ChangeLog b/ChangeLog
index d693b04..eb9865f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
+
 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
 
 	* conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
diff --git a/benchtests/Makefile b/benchtests/Makefile
index fbcee13..c7b70c4 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -141,5 +141,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 $@
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20140610/95cde032/attachment.sig>


More information about the Libc-alpha mailing list