From af5f7a148908ce052f3a79f34062d92a46dc56d0 Mon Sep 17 00:00:00 2001 From: psychon Date: Tue, 8 Sep 2009 20:44:12 +0000 Subject: [PATCH] Remove an unnecessary include from modules/Makefile All dependency files are creates in .depend, there is no .depend/extra subdir. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1619 726aef4b-f618-498e-8847-2d620e286838 --- modules/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/Makefile.in b/modules/Makefile.in index 8479b5d7..54d4c6e1 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -119,4 +119,3 @@ uninstall: rmdir $(DESTDIR)$(DATADIR) -include $(wildcard .depend/*.dep) --include $(wildcard .depend/extra/*.dep)