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
This commit is contained in:
psychon
2007-08-19 16:23:48 +00:00
parent 6169df3f7a
commit bf7943cf35
+2 -2
View File
@@ -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