From 6b13769673aa78bd4921ec95cab3336cb4ee876f Mon Sep 17 00:00:00 2001 From: danieldg Date: Sun, 7 Jun 2009 02:58:07 +0000 Subject: Makefile updates: clean up some installation assumptions git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11405 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index a037ca00b..a1d6a1ab5 100755 --- a/configure +++ b/configure @@ -1250,7 +1250,7 @@ EOF if (defined(opendir(MDIRHANDLE, "src/modules/$name2"))) { closedir(MDIRHANDLE); $modules .= "$name2.so "; - $uninstall_list = $uninstall_list . " -rm \$(MODULES)/$name2.so\n"; + $uninstall_list = $uninstall_list . " -rm \$(MODPATH)/$name2.so\n"; } } } -- cgit v1.2.3