From d7c9f389a9c4236b2035fd541c33b77d923fc74f Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sun, 5 Jun 2011 22:10:48 +0100 Subject: [PATCH] Makefile.am: Fix hideous formatting. Organization: Straylight/Edgeware From: Mark Wooding --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index aaae6f4..2257beb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -224,8 +224,8 @@ man_MANS += shadowfix.8 CLEANFILES += shadowfix.8 shadowfix.8: shadowfix.in - $(AM_V_GEN)pod2man --section 8 $(srcdir)/shadowfix.in \ - >$@.new && mv $@.new $@ + $(AM_V_GEN)pod2man --section 8 $(srcdir)/shadowfix.in >$@.new && \ + mv $@.new $@ bin_SCRIPTS += unfwd CLEANFILES += unfwd -- [mdw]