summaryrefslogtreecommitdiff
path: root/src/mods/Makefile.mods.in
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2010-11-21 16:20:55 +0000
committerPaul Buetow <paul@buetow.org>2010-11-21 16:20:55 +0000
commit6fde6b0fe90abde84011202edd40fe46eb06af44 (patch)
treeef760338c50b4df3ae9cca96347bca962fdbec7e /src/mods/Makefile.mods.in
parent55b08bd93257d32df76efc4e8e3f49311c39ee82 (diff)
Diffstat (limited to 'src/mods/Makefile.mods.in')
-rw-r--r--src/mods/Makefile.mods.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mods/Makefile.mods.in b/src/mods/Makefile.mods.in
index ca3c365..92a5409 100644
--- a/src/mods/Makefile.mods.in
+++ b/src/mods/Makefile.mods.in
@@ -1,11 +1,11 @@
SRCS=$(shell find ./ -name '*.cpp')
MODS=$(addprefix ../../../mods/@CATEGORY@/, $(SRCS:.cpp=.so))
CXX=@CXX@
-CXXFLAGS=@CXXFLAGS@
+CXXFLAGS=@CXXFLAGS@
all: mods
${MODS}:
@if ! test -d `dirname $@`; then mkdir -p `dirname $@`; fi
- @${CXX} ${CXXGLAGS} -fPIC -shared -s -o $@ ` \
+ @${CXX} ${CXXGLAGS} -shared -s -o $@ ` \
echo $(notdir $@) | sed s/.so/.cpp/`
@echo "mods:@CATEGORY@:`basename $@ | sed s/\.so// | sed s/yc_//` (` \
du -hs $@ | awk '{ print $$1 }'`) "