From 9b081ddad483a3175b7a816145390ba1fe342723 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Fri, 25 Jun 1999 20:24:30 +0000 Subject: Blow away tempinc dir between builds on AIX. --- performance-tests/Misc/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'performance-tests') diff --git a/performance-tests/Misc/Makefile b/performance-tests/Misc/Makefile index 371aadc432c..66949845b89 100644 --- a/performance-tests/Misc/Makefile +++ b/performance-tests/Misc/Makefile @@ -49,6 +49,13 @@ include $(ACE_ROOT)/include/makeinclude/rules.lib.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 #---------------------------------------------------------------------------- -- cgit v1.2.1