1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 07:53:12 +02:00

BUILD : 1.7.21 (1404) BUGS : 917 NOTES : make install now runs install routine for modules subdirs also. Thanks Viper

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1119 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-07-20 21:04:01 +00:00
parent 31125cca37
commit 964bbfe559
3 changed files with 9 additions and 1 deletions
+3
View File
@@ -17,6 +17,9 @@ modules: $(OBJECTS) $(SO_FILES)
install:
$(CP) ./*.so $(MODULE_PATH)
@for i in $(SUBS); do \
echo "make install in $$i..."; \
(cd $$i; $(MAKE) $(MAKEARGS) install);done
distclean: spotless