diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-02-27 21:33:01 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-02-27 21:33:01 +0000 |
commit | 607478cb0d4c78f51f17680a4d29cc2c448278c8 (patch) | |
tree | 884c9d529c462dfc72328ad11ce40b4f5a7fca88 /src | |
parent | 530199c7bff0bbef49324609f1a1c1b6e566307e (diff) |
BUILD : 1.7.8 (587) BUGS : N/A NOTES : Fixed a typo in the win32 makefile.inc
git-svn-id: svn://svn.anope.org/anope/trunk@587 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@437 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/makefile.win32 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/makefile.win32 b/src/modules/makefile.win32 index 5a6d62ad9..f7a827ec8 100644 --- a/src/modules/makefile.win32 +++ b/src/modules/makefile.win32 @@ -37,5 +37,6 @@ install: -@copy *.dll ..\..\$(DATDEST)\modules subs-install: install - @for i in ( $(SUBS) ); do \ + @for %i in ( $(SUBS) ); do \ @if exist %i; @cd %i && $(MAKE) $(MAKEARGS) install && cd .. + |