1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 14:03:15 +02:00

Modules wont load invalid revisions - NOT FULLY COMPLETE YET (altho it works to some degree)

git-svn-id: svn://svn.anope.org/anope/trunk@1065 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@789 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-06-20 22:04:47 +00:00
parent 3a14edd254
commit a6f7ffef9b
6 changed files with 58 additions and 22 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ distclean: spotless
$(CC) ${CFLAGS} ${CDEFS} ${MODULEFLAGS} -I../${INCLUDEDIR} -c $<
.o.s:
$(CC) ${SHARED} $< -o $*.so ${PROFILE}
$(CC) ${SHARED} ../mod_version.o $< -o $*.so ${PROFILE}
@$(TOUCH) $*.s
subs: