summaryrefslogtreecommitdiff
path: root/examples/Misc
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-07-09 00:44:38 +0000
committerSteve Huston <shuston@riverace.com>1999-07-09 00:44:38 +0000
commit17aa0fd4ed1ac94ca61cd728c153b237b7b60183 (patch)
treec62b9fd63c8ef0e4c335903e3a0f821aea6bbcaf /examples/Misc
parentb2acef3df22bac45e2020858f3c5c1d4ecd4f267 (diff)
downloadATCD-17aa0fd4ed1ac94ca61cd728c153b237b7b60183.tar.gz
See ChangeLog entry, 25-June-1999 Steve Huston
Diffstat (limited to 'examples/Misc')
-rw-r--r--examples/Misc/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/Misc/Makefile b/examples/Misc/Makefile
index 68cf6d5ed55..e4f6478453c 100644
--- a/examples/Misc/Makefile
+++ b/examples/Misc/Makefile
@@ -39,6 +39,13 @@ include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU
include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
+# To build multiple executables in the same directory on AIX, it works
+# best to wipe out any previously-created tempinc directory.
+# The compiler/linker isn't too smart about instantiating templates...
+ifdef TEMPINCDIR
+COMPILE.cc := $(RM) -rf tempinc; $(COMPILE.cc)
+endif
+
#----------------------------------------------------------------------------
# Local targets
#----------------------------------------------------------------------------