summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/modules/makefile.win323
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 ..
+