summaryrefslogtreecommitdiff
path: root/make/bsd-real.mk
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-16 20:16:26 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-16 20:16:26 +0000
commit558a44bf47370b68b14d0837bfae13c651ecf5c4 (patch)
tree4426a7bdf2225137d3f9a2eac69fc49624c0207f /make/bsd-real.mk
parentc90f2b28d2224c1147d51a1d223a7b9082565cc6 (diff)
Merge commands and modules in source, since they are already merged in install
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11734 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'make/bsd-real.mk')
-rw-r--r--make/bsd-real.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/make/bsd-real.mk b/make/bsd-real.mk
index 13cb2cce8..1ea3e2916 100644
--- a/make/bsd-real.mk
+++ b/make/bsd-real.mk
@@ -1,6 +1,5 @@
VPATH = $(SOURCEPATH)/src
CORE_TARGS != perl -e 'chdir "$$ENV{SOURCEPATH}/src"; print join " ", grep s/\.cpp/.o/, <*.cpp>, <modes/*.cpp>'
-CMD_TARGS != perl -e 'chdir "$$ENV{SOURCEPATH}/src"; print join " ", grep s/\.cpp/.so/, <commands/*.cpp>'
MOD_TARGS != perl -e 'chdir "$$ENV{SOURCEPATH}/src"; print join " ", grep s/\.cpp/.so/, <modules/*.cpp>'
MDIR_TARGS != perl -e 'chdir "$$ENV{SOURCEPATH}/src"; print join " ", grep s!/?$$!.so!, grep -d, <modules/m_*>'
@@ -8,9 +7,7 @@ CORE_TARGS += socketengines/$(SOCKETENGINE).o threadengines/threadengine_pthread
DFILES != perl $(SOURCEPATH)/make/calcdep.pl -all
-all: inspircd commands modules
-
-commands: $(CMD_TARGS)
+all: inspircd modules
modules: $(MOD_TARGS) $(MDIR_TARGS)