summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/include/makeinclude/rules.nested.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/include/makeinclude/rules.nested.GNU b/ACE/include/makeinclude/rules.nested.GNU
index ed7257db4f5..d4c58d01ed2 100644
--- a/ACE/include/makeinclude/rules.nested.GNU
+++ b/ACE/include/makeinclude/rules.nested.GNU
@@ -30,11 +30,11 @@ endif
# Triggered by the $(TARGETS_NESTED) target, below.
%.subdir: %
- ifneq ($(timed,)
+ ifneq ($(timed,))
echo -n "START: $< " && date
endif
cd $< && $(MAKE) -f $(SUBDIR_MAKEFILE) $(SUBDIR_TARGET)
- ifneq ($(timed,)
+ ifneq ($(timed,))
echo -n "FINISH: $< " && date
endif