diff options
author | frostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-18 01:37:27 +0000 |
---|---|---|
committer | frostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-18 01:37:27 +0000 |
commit | 37b7be5bfa32039200f760c03ec94dd995a25f2a (patch) | |
tree | 3abae0e251f2a9e702076302c6694043cddc8a37 | |
parent | 9846abedb22cb210c827213d8489049f0fa75f78 (diff) |
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
-rw-r--r-- | src/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |