summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-03-03 08:37:36 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-03-03 08:37:36 +0100
commitee43069698b93d80994e9338e7f69f2010184730 (patch)
treebfc2db2cf98fc7f10ffe6dddf45ca940c5334d51
parentbcc16db982b483171996f2dfcedb132741c163f7 (diff)
parent37b453d2db7457be86bf8650acd4bb6121b7b947 (diff)
downloadATCD-ee43069698b93d80994e9338e7f69f2010184730.tar.gz
Merge pull request #22 from likema/feature/fix-aix-5_1
Fix missing separator in rules.lib.GNU
-rw-r--r--ACE/include/makeinclude/rules.lib.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/rules.lib.GNU b/ACE/include/makeinclude/rules.lib.GNU
index e40c81b887f..ff3ca562280 100644
--- a/ACE/include/makeinclude/rules.lib.GNU
+++ b/ACE/include/makeinclude/rules.lib.GNU
@@ -198,7 +198,7 @@ $(VLIB): $(VLOBJS)
ifdef ibmcxx_build
# This is required to get AIX IBM C/C++ to instantiate and compile the needed
# templates.
- if test -s ./$(TEMPINCDIR)/*.C; \
+ if test -s ./$(TEMPINCDIR)/*.C; \
then \
$(LINK.cc) $(LINK_OUTPUT_FLAG) dummy $(LDFLAGS) $(ACE_ROOT)/etc/xlc_dummy.cpp $^ $(ACE_SHLIBS) $(LIBS); \
$(RM) dummy; \