Remove unneeded )

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@831 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2007-08-19 18:07:32 +00:00
parent bf7943cf35
commit 990e83dbed

View File

@@ -58,7 +58,7 @@ install: znc @MODTARGET@
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)); \
$(MAKE) -C modules install DESTDIR=$(DESTDIR); \
fi
-include .depend