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