summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-19 19:20:28 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-19 19:20:28 +0000
commitceca3b1fa1f7329868cb919b69a5d98bd29552d1 (patch)
tree6936fe49fdc95d409aee4d50360eb643a81295b3 /include
parent39a3d7423f35a2717dffec14bfd355ef10e257d7 (diff)
downloadATCD-ceca3b1fa1f7329868cb919b69a5d98bd29552d1.tar.gz
ChangeLogTag: Thu Aug 19 14:16:37 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/rules.nested.GNU8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/makeinclude/rules.nested.GNU b/include/makeinclude/rules.nested.GNU
index 16636a25a25..6e92dab242e 100644
--- a/include/makeinclude/rules.nested.GNU
+++ b/include/makeinclude/rules.nested.GNU
@@ -6,9 +6,9 @@
$(TARGETS_NESTED):
ifneq ($(DIRS),)
-ifeq (Windows,$(findstring Windows,$(OS)))
+ ifeq (Windows,$(findstring Windows,$(OS)))
@cmd /c "FOR /D %i IN ($(DIRS)) DO $(MAKE) -C %i $(@:.nested=)"
-else # ! Windows
- @for dir in $(DIRS); do $(MAKE) -C $$dir $(@:.nested=); done
-endif # ! Windows
+ else # ! Windows
+ @for dir in $(DIRS); do $(MAKE) -C $$dir $(@:.nested=) $(ACE_NESTED_COMMAND); done
+ endif # ! Windows
endif # DIRS