From e0668ff2941cdadf3a3d6c4e69820a035b42b3cf Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 5 Jan 2014 14:14:41 +0100 Subject: [PATCH] info: Nicer remaking of info subject index pages Give quiet-command a more useful last argument. Signed-off-by: Markus Armbruster --- Make.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.mk b/Make.mk index f667b4d2..bfe62cb6 100644 --- a/Make.mk +++ b/Make.mk @@ -329,7 +329,7 @@ $(libs) $(empth_lib): # each with the same prerequisites and commands. Use a stamp file. $(tsubj): info/stamp-subj ; info/stamp-subj: info/mksubj.pl $(tsrc) - $(call quiet-command,perl $(srcdir)/info/mksubj.pl $(subjects) $(filter %.t, $^),GEN '$$(subjects)') + $(call quiet-command,perl $(srcdir)/info/mksubj.pl $(subjects) $(filter %.t, $^),GEN '$(tsubj)') >$@ $(ttop): info/mktop.pl info/subjects.mk