From 1365c4c4f110b732bcc924a3d59d62b3fe054b9a Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Fri, 18 Nov 2011 15:09:39 +0000 Subject: [PATCH] Fix indentation in Makefile.am --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 59051cc..61afb72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,8 +30,8 @@ clean-local: # this is more explicit and reliable than the config file trick edit = sed -e 's|[@]PERL[@]|$(PERL)|g' \ - -e 's|[@]PACKAGE[@]|$(PACKAGE)|g' \ - -e 's|[@]VERSION[@]|$(VERSION)|g' + -e 's|[@]PACKAGE[@]|$(PACKAGE)|g' \ + -e 's|[@]VERSION[@]|$(VERSION)|g' stow: stow.in Makefile $(edit) < $< > $@