From bf7943cf35236503a46324b9e1cd824acea4a970 Mon Sep 17 00:00:00 2001 From: psychon Date: Sun, 19 Aug 2007 16:23:48 +0000 Subject: [PATCH] Fix indentation. x-x wanted it this way :p (and again he's right to want it) git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@830 726aef4b-f618-498e-8847-2d620e286838 --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index c8687550..08d88829 100644 --- a/Makefile.in +++ b/Makefile.in @@ -57,8 +57,8 @@ install: znc @MODTARGET@ install -m 0755 znc-config $(DESTDIR)$(prefix)/bin install -m 0755 znc-buildmod $(DESTDIR)$(prefix)/bin install -m 0644 *.h $(DESTDIR)$(prefix)/include/znc - @if test -n "@MODTARGET@"; \ - then $(MAKE) -C modules install DESTDIR=$(DESTDIR)); \ + @if test -n "@MODTARGET@"; then \ + $(MAKE) -C modules install DESTDIR=$(DESTDIR)); \ fi -include .depend