diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-08-09 04:13:32 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-08-09 04:13:32 +0000 |
commit | 7c3d3c0d5f1ce95c9adc794e0b6b57b1ba41931b (patch) | |
tree | ac0e41a4592e09f3a5d5139ce81f9a3dcbaa3710 /include | |
parent | 9c806d1a7620648684f9920ba7e2e8ab17fd5e9b (diff) | |
download | ATCD-7c3d3c0d5f1ce95c9adc794e0b6b57b1ba41931b.tar.gz |
ChangeLogTag: Thu Aug 8 23:11:30 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/rules.nested.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/rules.nested.GNU b/include/makeinclude/rules.nested.GNU index 7d18620f3d8..756a545258a 100644 --- a/include/makeinclude/rules.nested.GNU +++ b/include/makeinclude/rules.nested.GNU @@ -14,7 +14,7 @@ ifneq ($(DIRS),) @cmd /c "FOR /D %i IN ($(DIRS)) DO $(MAKE) -C %i $(@:.nested=)" else # ! Windows @for dir in $(DIRS); do \ - $(MAKE) -f $(MAKEFILE) -C $$dir $(@:.nested=) $(ACE_NESTED_COMMAND) || exit 1; \ + $(MAKE) -f $(MAKEFILE) -C $$dir $(@:.nested=) $(ACE_NESTED_COMMAND); \ done endif # ! Windows endif # DIRS |