From 37b7be5bfa32039200f760c03ec94dd995a25f2a Mon Sep 17 00:00:00 2001 From: frostycoolslug Date: Sun, 18 Apr 2004 01:37:27 +0000 Subject: Added extra / in case people (Like you [Brain]) forget to add it in ./configure :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@640 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/Makefile b/src/modules/Makefile index 36cbbe1cd..c40e159b2 100644 --- a/src/modules/Makefile +++ b/src/modules/Makefile @@ -10,4 +10,4 @@ all: $(MODULES) $(TARGET).so: $(CC) -I../../include $(FLAGS) -shared -o $@ $(TARGET).cpp - @cp $(TARGET).so $(MODPATH)$(TARGET).so + @cp $(TARGET).so $(MODPATH)/$(TARGET).so -- cgit v1.2.3