summaryrefslogtreecommitdiff
path: root/.Makefile.inc
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-15 21:25:21 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-15 21:25:21 +0000
commit94d7827e8b101b528c427298fada73664970cf26 (patch)
tree6bf670f0088a4e8b16fdf3dd344838debe027bb3 /.Makefile.inc
parent9a1d63bd22de06c0ed153ff19bdaf7769184d73d (diff)
Fix null ExtensionItem when unregistering hooks; fix CORE_FLAGS on darwin
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11729 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to '.Makefile.inc')
-rw-r--r--.Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.Makefile.inc b/.Makefile.inc
index f0ea08214..6b8d7274f 100644
--- a/.Makefile.inc
+++ b/.Makefile.inc
@@ -39,7 +39,7 @@ INSTMODE = 0755
CXXFLAGS += -DDARWIN -frtti
LDLIBS += -ldl
SHARED = -bundle -twolevel_namespace -undefined dynamic_lookup
- CORE_FLAGS = -dynamic -bind_at_load -L.
+ CORELDFLAGS = -dynamic -bind_at_load -L.
@ENDIF
@IFDEF D