mirror of
https://github.com/znc/znc.git
synced 2026-07-30 13:33:42 +02:00
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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user